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:
Joel Sherrill
2002-05-01 22:31:46 +00:00
parent bf99393f73
commit f4153d126a
4 changed files with 10 additions and 2 deletions

View File

@@ -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.

View File

@@ -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" );

View File

@@ -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>.

View File

@@ -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" );