summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 12:22:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 12:22:12 +0000
commit3144f90c4fc490d7e3798a4dd7224bc09b9ece74 (patch)
tree70988b66e097ba4ce1276006b0cd74a4227e4910 /c
parent2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3144f90c4fc490d7e3798a4dd7224bc09b9ece74.tar.bz2
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* new-exceptions/bspsupport/vectors_init.c: Remove duplicate defines DEAR_BOOKE, DEAR_405.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors_init.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 1b990260b4..19b078ceba 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * new-exceptions/bspsupport/vectors_init.c: Remove duplicate
+ defines DEAR_BOOKE, DEAR_405.
+
+2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* mpc6xx/mmu/bat.c: Add missing prototypes.
2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors_init.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors_init.c
index 79465f0ff6..755ae29aa6 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors_init.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors_init.c
@@ -51,8 +51,6 @@ SPR_RW(SPRG1)
SPR_RW(SPRG2)
SPR_RO(LR)
SPR_RO(DAR)
-#define DEAR_BOOKE 61
-#define DEAR_405 0x3d5
SPR_RO(DEAR_BOOKE)
SPR_RO(DEAR_405)