summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-10-30 21:42:44 +0000
committerjhb <jhb@FreeBSD.org>2003-10-30 21:42:44 +0000
commit631c81dbef2e7e8341e7472034763d7aad075820 (patch)
treec478aa75aa90b1fb02d2935560bef8450e89cc15 /sys
parent17278d122d22bbabbd4e8ed8deb6e2f6d0fd8b33 (diff)
downloadFreeBSD-src-631c81dbef2e7e8341e7472034763d7aad075820.zip
FreeBSD-src-631c81dbef2e7e8341e7472034763d7aad075820.tar.gz
Include "opt_pmap.h" so that the DISABLE_P* options are honored.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/mpboot.S2
-rw-r--r--sys/i386/i386/mpboot.s2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S
index d77b877..cf97e48 100644
--- a/sys/amd64/amd64/mpboot.S
+++ b/sys/amd64/amd64/mpboot.S
@@ -34,6 +34,8 @@
* $FreeBSD$
*/
+#include "opt_pmap.h"
+
#include <machine/asmacros.h> /* miscellaneous asm macros */
#include <machine/apic.h>
#include <machine/specialreg.h>
diff --git a/sys/i386/i386/mpboot.s b/sys/i386/i386/mpboot.s
index d77b877..cf97e48 100644
--- a/sys/i386/i386/mpboot.s
+++ b/sys/i386/i386/mpboot.s
@@ -34,6 +34,8 @@
* $FreeBSD$
*/
+#include "opt_pmap.h"
+
#include <machine/asmacros.h> /* miscellaneous asm macros */
#include <machine/apic.h>
#include <machine/specialreg.h>
OpenPOWER on IntegriCloud