forked from Imagelibrary/rtems
2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1294/bsps * startup/spurious.c: Correct prototype and usage of sparc_disable_interrupts.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1294/bsps
|
||||||
|
* startup/spurious.c: Correct prototype and usage of
|
||||||
|
sparc_disable_interrupts.
|
||||||
|
|
||||||
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Add capability for bootcard.c BSP
|
* Makefile.am, configure.ac: Add capability for bootcard.c BSP
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ void bsp_spurious_initialize()
|
|||||||
uint32_t level = 15;
|
uint32_t level = 15;
|
||||||
uint32_t mask;
|
uint32_t mask;
|
||||||
|
|
||||||
sparc_disable_interrupts(level);
|
level = sparc_disable_interrupts();
|
||||||
mask = ERC32_MEC.Interrupt_Mask;
|
mask = ERC32_MEC.Interrupt_Mask;
|
||||||
|
|
||||||
for ( trap=0 ; trap<256 ; trap++ ) {
|
for ( trap=0 ; trap<256 ; trap++ ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user