summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 13:55:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 13:55:16 +0000
commit1f2fca7a29d4b4b0f39e0aca4a011d810edb21ba (patch)
treeec94b5b95e593199addd62656e6721bad0fd46ed
parent2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1f2fca7a29d4b4b0f39e0aca4a011d810edb21ba.tar.bz2
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/include/cpu.h: Don't include cpuIdent.h.
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/cpu.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index fc3acea67d..b6806f5a3e 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,9 @@
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * shared/include/cpu.h: Don't include cpuIdent.h.
+
+2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/lib/libcpu/powerpc/shared/include/cpu.h b/c/src/lib/libcpu/powerpc/shared/include/cpu.h
index cc8a1e1d1b..fa68d6604e 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/cpu.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/cpu.h
@@ -175,8 +175,6 @@ n:
#define SR14 14
#define SR15 15
-#include <libcpu/cpuIdent.h>
-
/*
* Routines to access the time base register
*/