diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-09-26 01:54:12 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-26 09:22:04 -0700 |
commit | 459685c75b82a0431da102365d507fdb72858b84 (patch) | |
tree | b68a01cd59a138832eb48d3e375e486b5d88d1ed /kernel | |
parent | d8c4a2f9d9e7827362fd7ab0b5d9637c6af5ac5b (diff) | |
download | linux-stable-459685c75b82a0431da102365d507fdb72858b84.tar.gz linux-stable-459685c75b82a0431da102365d507fdb72858b84.tar.bz2 linux-stable-459685c75b82a0431da102365d507fdb72858b84.zip |
hibernation doesn't even build on frv - tons of helpers are missing
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-By: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/power/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index c8580a1e6873..14b0e10dc95c 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -110,7 +110,7 @@ config SUSPEND config HIBERNATION_UP_POSSIBLE bool - depends on X86 || PPC64_SWSUSP || FRV || PPC32 + depends on X86 || PPC64_SWSUSP || PPC32 depends on !SMP default y |