Changeset 22f7769 in mainline for arch/mips32/src/exception.c
- Timestamp:
- 2005-10-17T23:31:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b2c872d
- Parents:
- 75eacab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/exception.c
r75eacab r22f7769 47 47 * NOTE ON OPERATION ORDERING 48 48 * 49 * On entry, cpu_priority_high() must be called before49 * On entry, interrupts_disable() must be called before 50 50 * exception bit is cleared. 51 51 */ 52 52 53 cpu_priority_high();53 interrupts_disable(); 54 54 cp0_status_write(cp0_status_read() & ~ (cp0_status_exl_exception_bit | 55 55 cp0_status_um_bit));
Note:
See TracChangeset
for help on using the changeset viewer.