summaryrefslogtreecommitdiffstats
path: root/sys/mips/malta/malta_machdep.c
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2008-09-10 03:49:08 +0000
committergonzo <gonzo@FreeBSD.org>2008-09-10 03:49:08 +0000
commit977bb41a581a18041a2937f601ff6c3f0ec32b1f (patch)
tree783e25f9509c1573c46d90b3b644df1bbb1a1c82 /sys/mips/malta/malta_machdep.c
parent120d55b5a180fc8f4b45d73c03fe040ad7b58859 (diff)
downloadFreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.zip
FreeBSD-src-977bb41a581a18041a2937f601ff6c3f0ec32b1f.tar.gz
Fix path in all includes: remove /mips32 subdirectory
Diffstat (limited to 'sys/mips/malta/malta_machdep.c')
-rw-r--r--sys/mips/malta/malta_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/malta/malta_machdep.c b/sys/mips/malta/malta_machdep.c
index 7464c60..c5c28af 100644
--- a/sys/mips/malta/malta_machdep.c
+++ b/sys/mips/malta/malta_machdep.c
@@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
#include <machine/trap.h>
#ifdef TICK_USE_YAMON_FREQ
-#include <mips/mips32/malta/yamon.h>
+#include <mips/malta/yamon.h>
#endif
#ifdef TICK_USE_MALTA_RTC
@@ -74,7 +74,7 @@ __FBSDID("$FreeBSD$");
#include <isa/rtc.h>
#endif
-#include <mips/mips32/malta/maltareg.h>
+#include <mips/malta/maltareg.h>
extern int *edata;
extern int *end;
OpenPOWER on IntegriCloud