projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2578bfa
)
[POWERPC] Disable power management for arch/ppc
author
Paul Mackerras
<paulus@samba.org>
Fri, 21 Sep 2007 01:52:36 +0000
(11:52 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 2 Oct 2007 23:12:04 +0000
(09:12 +1000)
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>
arch/ppc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/ppc/Kconfig
b/arch/ppc/Kconfig
index
c2087f6
..
20dce46
100644
(file)
--- a/
arch/ppc/Kconfig
+++ b/
arch/ppc/Kconfig
@@
-1016,7
+1016,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