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 <[EMAIL PROTECTED]> --- 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 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev