Changeset cc347704 in rtems
- Timestamp:
- Aug 4, 2008, 8:36:13 PM (11 years ago)
- Branches:
- 4.10, 4.11, 4.9, master
- Children:
- 95b60d57
- Parents:
- 97b2d15
- Location:
- c/src/lib/libbsp/sparc/erc32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/ChangeLog
r97b2d15 rcc347704 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-05-15 Joel Sherrill <joel.sherrill@OARcorp.com> 2 8 -
c/src/lib/libbsp/sparc/erc32/startup/spurious.c
r97b2d15 rcc347704 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.