From 62d0b1a444c210fd773f2c15982e998cc08535b3 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 25 May 2017 23:44:23 +0200 Subject: [PATCH] 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 --- target/linux/x86/legacy/config-default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index 71049254b2..db6fc253e9 100644 --- a/target/linux/x86/legacy/config-default +++ b/target/linux/x86/legacy/config-default @@ -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 -- 2.30.2