Changeset 25d7709 in mainline for arch/mips32/include/exception.h
- Timestamp:
- 2006-03-13T20:08:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/exception.h
r45d6add r25d7709 34 34 #endif 35 35 36 #include <typedefs.h> 37 36 38 #define EXC_Int 0 37 39 #define EXC_Mod 1 … … 53 55 #define EXC_VCED 31 54 56 55 struct exception_regdump{57 struct istate { 56 58 __u32 at; 57 59 __u32 v0; … … 91 93 }; 92 94 93 extern void exception( struct exception_regdump *pstate);95 extern void exception(istate_t *istate); 94 96 extern void tlb_refill_entry(void); 95 97 extern void exception_entry(void);
Note:
See TracChangeset
for help on using the changeset viewer.