From 767cdd8470eac9396d326a65f640e5234784a3d4 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 11 Jul 2008 10:04:40 +0000 Subject: adapted for modified exception code --- cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h') 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 */ -- cgit v1.2.3