Bandaid for the Uniprocessor kernel exploding. This makes a UP kernel
boot and run (and indeed I am committing from it) instead of exploding during the int 0x15 call from inside the atkbd driver to get the keyboard repeat rates.
This commit is contained in:
parent
60d9b32e44
commit
5c004dc68e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user