summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:38 +0000
commit79ebd2713c2fa9fb6a9684eb233e1f26f77822dc (patch)
tree16490c14a1d608973ee466a8741290f0fb635579 /c
parent * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>. (diff)
downloadrtems-79ebd2713c2fa9fb6a9684eb233e1f26f77822dc.tar.bz2
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/vectors/vectors.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index 9d3931051b..055dbe8586 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
+
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
diff --git a/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S b/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
index ab5867d4ce..2557c7c1b8 100644
--- a/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
@@ -32,7 +32,7 @@
*/
#include <bsp.h>
-#include "asm.h"
+#include <rtems/asm.h>
#ifndef PPC_VECTOR_FILE_BASE
#error "PPC_VECTOR_FILE_BASE is not defined."