Changeset 9f170c9 in rtems for c/src/lib/libbsp/sparc/erc32/startup/spurious.c
- Timestamp:
- 08/04/08 20:36:38 (15 years ago)
- Branches:
- 4.8
- Children:
- 014d541f
- Parents:
- b72e847b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/startup/spurious.c
rb72e847b r9f170c9 142 142 void bsp_spurious_initialize() 143 143 { 144 uint32_t 144 uint32_t trap; 145 145 uint32_t level = 15; 146 146 uint32_t mask; 147 147 148 sparc_disable_interrupts(level);148 level = sparc_disable_interrupts(); 149 149 mask = ERC32_MEC.Interrupt_Mask; 150 150
Note: See TracChangeset
for help on using the changeset viewer.