2008-08-05 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:
Joel Sherrill
2008-08-05 13:31:52 +00:00
parent efea3afd09
commit 14f4b7124f
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1294/bsps
* startup/spurious.c: Correct prototype and usage of
sparc_disable_interrupts.
2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1294/bsps

View File

@@ -141,7 +141,7 @@ rtems_isr bsp_spurious_handler(
void bsp_spurious_initialize()
{
uint32_t trap;
uint32_t trap;
uint32_t level = 15;
uint32_t mask;