summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2006-04-13 03:31:48 +0000
committeralc <alc@FreeBSD.org>2006-04-13 03:31:48 +0000
commitaac2697d9850f28ad8d84daa950677cc9baa7333 (patch)
tree3ee4163c98149b1681e77c25651c27c39ff7f2cd /sys/amd64
parentcf4eda6001a5a1ba6853aeafcfffff149d29a614 (diff)
downloadFreeBSD-src-aac2697d9850f28ad8d84daa950677cc9baa7333.zip
FreeBSD-src-aac2697d9850f28ad8d84daa950677cc9baa7333.tar.gz
Include opt_pmap.h for PMAP_SHPGPERPROC.
PR: 94509
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index be3daad..2261a25 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$");
*/
#include "opt_msgbuf.h"
+#include "opt_pmap.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud