From 06aab392f07384c27b8b8162d4fc2cde1dfe51f2 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Thu, 10 Jul 2008 21:48:24 +0000 Subject: 2008-07-10 Till Straumann * cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h, cpukit/score/cpu/powerpc/rtems/score/cpu.h, cpukit/score/cpu/powerpc/rtems/score/powerpc.h: Removed all macro definitions which depended on the compiler defining a PPC CPU-model dependent symbol. Macros which were not used by cpukit have been moved to libcpu/powerpc/rtems/powerpc/powerpc.h. --- cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions') diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h index 72015b3638..71d514cc72 100644 --- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h @@ -247,8 +247,8 @@ SCORE_EXTERN struct { * by RTEMS. */ -#define CPU_INTERRUPT_NUMBER_OF_VECTORS (PPC_INTERRUPT_MAX) -#define CPU_INTERRUPT_MAXIMUM_VECTOR_NUMBER (PPC_INTERRUPT_MAX - 1) +#define CPU_INTERRUPT_NUMBER_OF_VECTORS (0) +#define CPU_INTERRUPT_MAXIMUM_VECTOR_NUMBER (-1) /* * This is defined if the port has a special way to report the ISR nesting -- cgit v1.2.3