summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-11 10:04:40 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-11 10:04:40 +0000
commit767cdd8470eac9396d326a65f640e5234784a3d4 (patch)
treeb226e9649661dfd1b7e7fb209ed19b5bfb548d4e /cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
parentadd display driver for HCMS* SPI displays (diff)
downloadrtems-767cdd8470eac9396d326a65f640e5234784a3d4.tar.bz2
adapted for modified exception code
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
index 71d514cc72..8316237207 100644
--- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
@@ -311,15 +311,11 @@ void _BSP_Fatal_error(unsigned int);
/* end of Fatal Error manager macros */
/*
- * Until all new-exception processing BSPs have fixed
- * PR288, we let the good BSPs pass
- *
- * PPC_BSP_HAS_FIXED_PR288
- *
- * in SPRG0 and let _CPU_Initialize assert this.
+ * SPRG0 was previously used to make sure that the BSP fixed the PR288 bug.
+ * Now SPRG0 is devoted to the interrupt disable mask.
*/
-#define PPC_BSP_HAS_FIXED_PR288 0x600dbabe
+#define PPC_BSP_HAS_FIXED_PR288 ppc_this_is_now_the_interrupt_disable_mask
#endif /* ASM */