[linux-yocto] [PATCH 09/94] powerpc/configs: Address error message when issuing reboot

Paul Butler butler.paul at gmail.com
Thu Nov 7 17:12:23 PST 2013


From: David Mercado <david.mercado at windriver.com>

The default kernel config was enabling CPU Hotplug, which is a feature
not currently supported by the ACP34xx. For this reason, issuing a reboot
or poweroff command was resulting in a "Error taking CPU1 down: -38" error.

This patch disables CONFIG_SUSPEND in order to disable CPU hotplug and
addresses this error message.

Signed-off-by: David Mercado <david.mercado at windriver.com>
---
 arch/powerpc/configs/lsi_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/configs/lsi_defconfig b/arch/powerpc/configs/lsi_defconfig
index d6169e3..8ed201b 100644
--- a/arch/powerpc/configs/lsi_defconfig
+++ b/arch/powerpc/configs/lsi_defconfig
@@ -376,7 +376,7 @@ CONFIG_FORCE_MAX_ZONEORDER=11
 CONFIG_CMDLINE_BOOL=y
 CONFIG_CMDLINE="console=ttyS0 mtdparts=acp-nand:512K(2ndStage),512K(env-0),512K(env-1),512K(3rdStage),-(fs) ip=dhcp root=/dev/nfs"
 CONFIG_EXTRA_TARGETS=""
-CONFIG_SUSPEND=y
+# CONFIG_SUSPEND is not set
 CONFIG_SUSPEND_FREEZER=y
 # CONFIG_HIBERNATION is not set
 CONFIG_PM_SLEEP=y
-- 
1.8.3.4




More information about the linux-yocto mailing list