x86/legacy: disable PAE again
commit 961c0eacea
('x86: fix lifting kernel CPU requirements and always
enable PAE') broke some older geode boards such as Soekris net4826.
Hence disable PAE on x86/legacy again in order to still support those
very old non-PAE capable CPUs.
Fixes FS#773 - PAE broke Soekris net4826
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
4b8a7c9b48
commit
62d0b1a444
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ CONFIG_X86_ACPI_CPUFREQ=y
|
|||
# CONFIG_X86_E_POWERSAVER is not set
|
||||
# CONFIG_X86_INTEL_LPSS is not set
|
||||
# CONFIG_X86_LONGHAUL is not set
|
||||
CONFIG_X86_PAE=y
|
||||
# CONFIG_X86_PAE is not set
|
||||
# CONFIG_X86_PCC_CPUFREQ is not set
|
||||
CONFIG_X86_PM_TIMER=y
|
||||
# CONFIG_X86_POWERNOW_K8 is not set
|
||||
|
|
Loading…
Reference in a new issue