mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-04-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-04-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
|
||||
|
||||
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* start/start.S: remove targopts.h.
|
||||
|
||||
@@ -144,7 +144,7 @@ rtems_isr bsp_spurious_handler(
|
||||
DEBUG_puts( "System management interrupt" );
|
||||
break;
|
||||
|
||||
#elif defined(ppc604)
|
||||
#elif defined(mpc604)
|
||||
#error "Please fill in names. "
|
||||
case PPC_IRQ_ADDR_BRK:
|
||||
DEBUG_puts( "0x1300" );
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-04-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
|
||||
|
||||
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* vectors/vectors.S: Include <asm.h>.
|
||||
|
||||
@@ -140,7 +140,7 @@ rtems_isr bsp_spurious_handler(
|
||||
DEBUG_puts( "\nTrap: System management interrupt" );
|
||||
break;
|
||||
|
||||
#elif defined(ppc604)
|
||||
#elif defined(mpc604)
|
||||
#error "Please fill in names. "
|
||||
case PPC_IRQ_ADDR_BRK:
|
||||
DEBUG_puts( "0x1300" );
|
||||
|
||||
Reference in New Issue
Block a user