summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/ppc.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:45:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:45:36 +0000
commitffcb102fd986e1f3f5c615ea81532e641baf7cc7 (patch)
tree278ac3141391abc4c0712d2405cec1e1bf96d3f4 /cpukit/score/cpu/powerpc/rtems/score/ppc.h
parent2001-11-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ffcb102fd986e1f3f5c615ea81532e641baf7cc7.tar.bz2
2001-11-14 Joel Sherrill <joel@OARcorp.com>
* shared/ppc.h: The mpc8260 uses the new exception processing model and thus does not need to define PPC_USE_SPRG.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/ppc.h1
1 files changed, 0 insertions, 1 deletions
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"