From ffcb102fd986e1f3f5c615ea81532e641baf7cc7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Nov 2001 20:45:36 +0000 Subject: 2001-11-14 Joel Sherrill * shared/ppc.h: The mpc8260 uses the new exception processing model and thus does not need to define PPC_USE_SPRG. --- cpukit/score/cpu/powerpc/rtems/score/ppc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/cpu/powerpc/rtems/score/ppc.h') diff --git a/cpukit/score/cpu/powerpc/rtems/score/ppc.h b/cpukit/score/cpu/powerpc/rtems/score/ppc.h index 754d633d11..0be7ebd5fb 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/ppc.h +++ b/cpukit/score/cpu/powerpc/rtems/score/ppc.h @@ -293,7 +293,6 @@ extern "C" { #define PPC_HAS_FPU 1 /* the rest do have one */ #define PPC_HAS_DOUBLE 1 #define PPC_USE_MULTIPLE 1 -#define PPC_USE_SPRG 1 #else #error "Unsupported CPU Model" -- cgit v1.2.3