summaryrefslogtreecommitdiffstats
path: root/sys/compat/ia32/ia32_genassym.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-08-22 23:19:02 +0000
committerpeter <peter@FreeBSD.org>2003-08-22 23:19:02 +0000
commitaecc3981a1169fa3676a286b94b650a46ddfa3c5 (patch)
tree1617ebd9e194aad856bf4d2bcd011ca61227006c /sys/compat/ia32/ia32_genassym.c
parente2c08ea16beeb14a7176c4f900824e65a97a90db (diff)
downloadFreeBSD-src-aecc3981a1169fa3676a286b94b650a46ddfa3c5.zip
FreeBSD-src-aecc3981a1169fa3676a286b94b650a46ddfa3c5.tar.gz
Initial sweep at dividing up the generic 32bit-on-64bit kernel support
from the ia32 specific stuff. Some of this still needs to move to the MI freebsd32 area, and some needs to move to the MD area. This is still work-in-progress.
Diffstat (limited to 'sys/compat/ia32/ia32_genassym.c')
-rw-r--r--sys/compat/ia32/ia32_genassym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/ia32/ia32_genassym.c b/sys/compat/ia32/ia32_genassym.c
index d356714..ef49c3a 100644
--- a/sys/compat/ia32/ia32_genassym.c
+++ b/sys/compat/ia32/ia32_genassym.c
@@ -8,7 +8,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/signal.h>
-#include <amd64/ia32/ia32_signal.h>
+#include <compat/ia32/ia32_signal.h>
ASSYM(IA32_SIGF_HANDLER, offsetof(struct ia32_sigframe, sf_ah));
ASSYM(IA32_SIGF_UC, offsetof(struct ia32_sigframe, sf_uc));
OpenPOWER on IntegriCloud