summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 00:18:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 00:18:09 +0000
commitcdf6274689a4eca5cde7ceaf3f03b0819cf8f1b9 (patch)
tree2d438a88245ba3b15ccdb4ebb87cea01810b097e /c/src/lib
parent2001-11-27 Joel Sherrill <joel@OARcorp.com>, (diff)
downloadrtems-cdf6274689a4eca5cde7ceaf3f03b0819cf8f1b9.tar.bz2
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ppc403/vectors/vectors.S: Include <bsp.h>. * shared/include/cpu.h: Remove stray empty lines.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S1
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/cpu.h7
3 files changed, 6 insertions, 7 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index b93eca19f0..b5d3001ef7 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * ppc403/vectors/vectors.S: Include <bsp.h>.
+ * shared/include/cpu.h: Remove stray empty lines.
+
2001-11-27 Joel Sherrill <joel@OARcorp.com>,
* new_exception_processing/Makefile.in,
diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
index 45865c37ad..d4575f0c12 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
+++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
@@ -40,6 +40,7 @@
* $Id$
*/
+#include <bsp.h> /* PPC_VECTOR_FILE_BASE */
#include "asm.h"
#ifndef PPC_VECTOR_FILE_BASE
diff --git a/c/src/lib/libcpu/powerpc/shared/include/cpu.h b/c/src/lib/libcpu/powerpc/shared/include/cpu.h
index 03d22e8020..417ba0fd81 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/cpu.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/cpu.h
@@ -330,10 +330,3 @@ static inline void PPC_Set_timebase_register (unsigned long long tbr)
#endif
#endif /* __PPC_CPU_H */
-
-
-
-
-
-
-