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 diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 1ca43e14928e..a18d0dadc7cc 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/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