forked from Imagelibrary/rtems
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>
|
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/start.S: remove targopts.h.
|
* start/start.S: remove targopts.h.
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ rtems_isr bsp_spurious_handler(
|
|||||||
DEBUG_puts( "System management interrupt" );
|
DEBUG_puts( "System management interrupt" );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#elif defined(ppc604)
|
#elif defined(mpc604)
|
||||||
#error "Please fill in names. "
|
#error "Please fill in names. "
|
||||||
case PPC_IRQ_ADDR_BRK:
|
case PPC_IRQ_ADDR_BRK:
|
||||||
DEBUG_puts( "0x1300" );
|
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>
|
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* vectors/vectors.S: Include <asm.h>.
|
* vectors/vectors.S: Include <asm.h>.
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ rtems_isr bsp_spurious_handler(
|
|||||||
DEBUG_puts( "\nTrap: System management interrupt" );
|
DEBUG_puts( "\nTrap: System management interrupt" );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#elif defined(ppc604)
|
#elif defined(mpc604)
|
||||||
#error "Please fill in names. "
|
#error "Please fill in names. "
|
||||||
case PPC_IRQ_ADDR_BRK:
|
case PPC_IRQ_ADDR_BRK:
|
||||||
DEBUG_puts( "0x1300" );
|
DEBUG_puts( "0x1300" );
|
||||||
|
|||||||
Reference in New Issue
Block a user