Ignore:
Timestamp:
2009-02-14T20:14:38Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74bcf5e
Parents:
6c1f763
Message:

Get rid of CONFIG_DEBUG_ALLREGS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/context_offset.h

    r6c1f763 r1f7cb3a  
    7777#define EOFFSET_T6     0x34
    7878#define EOFFSET_T7     0x38
    79 #define EOFFSET_S0     0x3c
    80 #define EOFFSET_S1     0x40
    81 #define EOFFSET_S2     0x44
    82 #define EOFFSET_S3     0x48
    83 #define EOFFSET_S4     0x4c
    84 #define EOFFSET_S5     0x50
    85 #define EOFFSET_S6     0x54
    86 #define EOFFSET_S7     0x58
    87 #define EOFFSET_T8     0x5c
    88 #define EOFFSET_T9     0x60
    89 #define EOFFSET_GP     0x64
    90 #define EOFFSET_SP     0x68
    91 #define EOFFSET_S8     0x6c
    92 #define EOFFSET_RA     0x70
    93 #define EOFFSET_LO     0x74
    94 #define EOFFSET_HI     0x78
    95 #define EOFFSET_STATUS 0x7c
    96 #define EOFFSET_EPC    0x80
    97 #define EOFFSET_K1     0x84
    98 #define REGISTER_SPACE 136
     79#define EOFFSET_T8     0x3c
     80#define EOFFSET_T9     0x40
     81#define EOFFSET_GP     0x44
     82#define EOFFSET_SP     0x48
     83#define EOFFSET_RA     0x4c
     84#define EOFFSET_LO     0x50
     85#define EOFFSET_HI     0x54
     86#define EOFFSET_STATUS 0x58
     87#define EOFFSET_EPC    0x5c
     88#define EOFFSET_K1     0x60
     89#define REGISTER_SPACE 100
    9990
    10091#ifdef __ASM__
Note: See TracChangeset for help on using the changeset viewer.