Changeset 3e1607f in mainline for arch/mips/src/exception.c
- Timestamp:
- 2005-08-31T22:00:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd95d784
- Parents:
- d2bb9f8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/exception.c
rd2bb9f8a r3e1607f 40 40 __u32 epc_shift = 0; 41 41 pri_t pri; 42 42 43 /* 44 * NOTE ON OPERATION ORDERING 45 * 46 * On entry, cpu_priority_high() must be called before exception bit is cleared. 47 * On exit, exception bit must be set before cpu_priority_restore() is called. 48 */ 49 43 50 pri = cpu_priority_high(); 44 51 epc = cp0_epc_read();
Note:
See TracChangeset
for help on using the changeset viewer.