[PATCH] Disable power management for arch/ppc
Paul Mackerras
paulus at samba.org
Fri Sep 21 11:52:36 EST 2007
Currently the prep_defconfig in arch/ppc won't build due to swsusp
being broken. This patch avoids the problem by essentially disabling
all power management on those platforms left in arch/ppc.
Signed-off-by: Paul Mackerras <paulus at samba.org>
---
Does anyone have an objection to this?
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index c1b34eb..1360f17 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -1012,7 +1012,7 @@ config CMDLINE
some command-line options at build time by entering them here. In
most cases you will need to specify the root device here.
-if !44x || BROKEN
+if BROKEN
source kernel/power/Kconfig
endif
More information about the Linuxppc-dev
mailing list