summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-03-04 14:12:57 +0000
committertijl <tijl@FreeBSD.org>2012-03-04 14:12:57 +0000
commitbb4b86d0ab9a9ef56906ea47e3111a404c3094cf (patch)
tree53e2128578a7573625cbd88322386848c06edccf /sys/pc98
parent28848902c77a2d9cc69d4827c19a592aa8c8f601 (diff)
downloadFreeBSD-src-bb4b86d0ab9a9ef56906ea47e3111a404c3094cf.zip
FreeBSD-src-bb4b86d0ab9a9ef56906ea47e3111a404c3094cf.tar.gz
Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/trap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/trap.h b/sys/pc98/include/trap.h
index 9c147ae..4d95077 100644
--- a/sys/pc98/include/trap.h
+++ b/sys/pc98/include/trap.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/trap.h>
+#include <x86/trap.h>
OpenPOWER on IntegriCloud