aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/exception.S
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-08-16 12:51:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-08-16 12:51:33 +0000
commit7a071c6a499b827b1080ed5d4d3e1553a50c8749 (patch)
treea3f398176c8d75b0145073288247cffac99db985 /sys/amd64/amd64/exception.S
parent7a474197636e0a22ebf0828097c6fd022e7fc545 (diff)
downloadsrc-7a071c6a499b827b1080ed5d4d3e1553a50c8749.tar.gz
src-7a071c6a499b827b1080ed5d4d3e1553a50c8749.zip
Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.
Notes
Notes: svn path=/head/; revision=133854
Diffstat (limited to 'sys/amd64/amd64/exception.S')
-rw-r--r--sys/amd64/amd64/exception.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index 46379b19ca18..c5aec6f20ff8 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -31,7 +31,7 @@
*/
#include "opt_atpic.h"
-#include "opt_ia32.h"
+#include "opt_compat.h"
#include <machine/asmacros.h>
#include <machine/psl.h>
@@ -307,7 +307,7 @@ ENTRY(fork_trampoline)
* included.
*/
-#ifdef IA32
+#ifdef COMPAT_IA32
.data
.p2align 4
.text