diff options
-rw-r--r-- | sys/amd64/amd64/pmap.c | 2 | ||||
-rw-r--r-- | sys/i386/i386/pmap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 1ca43e1..a18d0da 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 1ca43e1..a18d0da 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 |