Changeset 715a847f in mainline for kernel/arch/mips32
- Timestamp:
- 2006-10-22T10:24:53Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78595d6
- Parents:
- deb14fb
- Location:
- kernel/arch/mips32/include
- Files:
-
- 3 edited
-
context.h (modified) (1 diff)
-
context_offset.h (modified) (1 diff)
-
exception.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/context.h
rdeb14fb r715a847f 47 47 #ifndef __ASM__ 48 48 49 #ifndef __mips32_TYPES_H__ 50 # include <arch/types.h> 51 #endif 49 #include <arch/types.h> 52 50 53 51 /* -
kernel/arch/mips32/include/context_offset.h
rdeb14fb r715a847f 14 14 #define OFFSET_GP 0x2c 15 15 16 17 /* struct register_dump */ 16 /* struct istate */ 18 17 #define EOFFSET_AT 0x0 19 18 #define EOFFSET_V0 0x4 -
kernel/arch/mips32/include/exception.h
rdeb14fb r715a847f 36 36 #define KERN_mips32_EXCEPTION_H_ 37 37 38 #ifndef KERN_mips32_TYPES_H_ 39 # include <arch/types.h> 40 #endif 41 38 #include <arch/types.h> 42 39 #include <typedefs.h> 43 40 #include <arch/cp0.h>
Note:
See TracChangeset
for help on using the changeset viewer.
