From b5f544f08b168cb033e68a212f64847c62dc6915 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 3 Oct 2003 14:33:00 +0000 Subject: [PATCH] Add #include "opt_pmap.h" so locore picks up DISABLE_PSE etc options. --- sys/i386/i386/locore.s | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index ce8d6023f439..2579ba76e57d 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -46,6 +46,7 @@ #include "opt_bootp.h" #include "opt_compat.h" #include "opt_nfsroot.h" +#include "opt_pmap.h" #include #include