Changeset 9f170c9 in rtems
- Timestamp:
- 08/04/08 20:36:38 (15 years ago)
- Branches:
- 4.8
- Children:
- 014d541f
- Parents:
- b72e847b
- Location:
- c/src/lib/libbsp/sparc/erc32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/ChangeLog
rb72e847b r9f170c9 1 2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 PR 1294/bsps 4 * startup/spurious.c: Correct prototype and usage of 5 sparc_disable_interrupts. 6 1 7 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com> 2 8 -
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.