LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Disable power management for arch/ppc
@ 2007-09-21  1:52 Paul Mackerras
  0 siblings, 0 replies; only message in thread
From: Paul Mackerras @ 2007-09-21  1:52 UTC (permalink / raw)
  To: linuxppc-dev

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@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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-21  1:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21  1:52 [PATCH] Disable power management for arch/ppc Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox