aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64')
-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