summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-02-19 17:19:46 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-02-19 17:19:46 +1100
commitc54764a3b87bf04a87e5c058e4aff3a71c51158d (patch)
tree557ae53ec9bb3d284f9eb7dddfb9f16c8ab4fb74 /arch/powerpc
parentc54450a66cc912afec0355d205ea426c471e4f42 (diff)
parent668c5fa05512f02e336f084463dd2915084f1d1a (diff)
Merge commit 'acpi/test'
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 5b8d8382b762..dfe68dd5f902 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -168,6 +168,8 @@ config HIBERNATE_64
config ARCH_HIBERNATION_POSSIBLE
bool
depends on (PPC64 && HIBERNATE_64) || (PPC32 && HIBERNATE_32)
+# This is needed as long as kernel_page_present() is not implemented
+ depends on !DEBUG_PAGEALLOC
default y
config ARCH_SUSPEND_POSSIBLE