summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-12-14 22:39:35 +0000
committermarcel <marcel@FreeBSD.org>2007-12-14 22:39:35 +0000
commit98c080364cbb51560ec61912ecf6c3c66f05ac93 (patch)
tree886b0561f827135f97abe754ba61197bb312bd0c
parent3da8d31817e0a8bd48a8a5926d557e9f24718803 (diff)
downloadFreeBSD-src-98c080364cbb51560ec61912ecf6c3c66f05ac93.zip
FreeBSD-src-98c080364cbb51560ec61912ecf6c3c66f05ac93.tar.gz
Forced commit to record that this file was repocopied from
src/sys/powerpc/powerpc and modified for its new location.
-rw-r--r--sys/powerpc/aim/locore.S2
-rw-r--r--sys/powerpc/aim/trap_subr.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/aim/locore.S b/sys/powerpc/aim/locore.S
index 1a3c0bb..98864fb 100644
--- a/sys/powerpc/aim/locore.S
+++ b/sys/powerpc/aim/locore.S
@@ -205,4 +205,4 @@ setfault:
xor 3,3,3
blr
-#include <powerpc/powerpc/trap_subr.S>
+#include <powerpc/aim/trap_subr.S>
diff --git a/sys/powerpc/aim/trap_subr.S b/sys/powerpc/aim/trap_subr.S
index 06ed891..56655e1 100644
--- a/sys/powerpc/aim/trap_subr.S
+++ b/sys/powerpc/aim/trap_subr.S
@@ -36,7 +36,7 @@
* NOTICE: This is not a standalone file. to use it, #include it in
* your port's locore.S, like so:
*
- * #include <powerpc/powerpc/trap_subr.S>
+ * #include <powerpc/aim/trap_subr.S>
*/
/*
OpenPOWER on IntegriCloud