Changes in kernel/arch/arm32/src/interrupt.c [1b20da0:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/interrupt.c
r1b20da0 ra35b458 49 49 50 50 current_status_reg_control_write(STATUS_REG_IRQ_DISABLED_BIT | ipl); 51 51 52 52 return ipl; 53 53 } … … 62 62 63 63 current_status_reg_control_write(ipl & ~STATUS_REG_IRQ_DISABLED_BIT); 64 64 65 65 return ipl; 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.