summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 00:12:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 00:12:31 +0000
commit985796a39a27832362fb5bec16b927edf6c0781a (patch)
tree4a36ede0af7307a232038ad6a1273aa1fcb0d79c /c
parentFixed spacing on comments. (diff)
downloadrtems-985796a39a27832362fb5bec16b927edf6c0781a.tar.bz2
Changed include of asm.h so it is in brackets not quotes. asm.h is
in a standard location and should be referenced as such.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/score/cpu/powerpc/cpu_asm.s2
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/powerpc/cpu_asm.s b/c/src/exec/score/cpu/powerpc/cpu_asm.s
index cf95e25a5c..58fd24f780 100644
--- a/c/src/exec/score/cpu/powerpc/cpu_asm.s
+++ b/c/src/exec/score/cpu/powerpc/cpu_asm.s
@@ -32,7 +32,7 @@
* $Id$
*/
-#include "asm.h"
+#include <asm.h>
/*
* Offsets for various Contexts
diff --git a/c/src/exec/score/cpu/powerpc/rtems.s b/c/src/exec/score/cpu/powerpc/rtems.s
index ae6022d24b..ce90dd527b 100644
--- a/c/src/exec/score/cpu/powerpc/rtems.s
+++ b/c/src/exec/score/cpu/powerpc/rtems.s
@@ -31,7 +31,7 @@
* $Id$
*/
-#include "asm.h"
+#include <asm.h>
BEGIN_CODE
/*