aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-02-27 06:05:24 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-02-27 06:05:24 +0000
commit5c004dc68ed06834a474136b6e72b35c4b8906db (patch)
treea565d22db2ab7c5c3becfb53fb0a2daed0e9e64e /sys/amd64
parent60d9b32e44fb345a841cdddafa36fac89e29c871 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 1ca43e14928e..a18d0dadc7cc 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -369,7 +369,7 @@ pmap_bootstrap(firstaddr, loadaddr)
PTD[i] = 0;
pgeflag = 0;
-#if !defined(SMP) || defined(ENABLE_PG_G)
+#if /* !defined(SMP) || */ defined(ENABLE_PG_G)
if (cpu_feature & CPUID_PGE)
pgeflag = PG_G;
#endif