diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-12 01:06:59 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-12 01:06:59 -0700 |
| commit | 6451af4da3e2aee9c8d65f75002e7a80dfd185e5 (patch) | |
| tree | 49ae41cf63bfff42cac73b56ef952198af414161 | |
| parent | f2b12e0966f8427aa45007aac377052d0c79d668 (diff) | |
[PATCH] pmdisk is x86 only
Only x86 implements pmdisk_arch_suspend(). So mark pmdisk as ia32-only, to
avoid breaking allyesconfig.
| -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 68bc8a8603ea..6bb62269f3eb 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -44,7 +44,7 @@ config SOFTWARE_SUSPEND config PM_DISK bool "Suspend-to-Disk Support" - depends on PM && SWAP + depends on PM && SWAP && X86 && !X86_64 ---help--- Suspend-to-disk is a power management state in which the contents of memory are stored on disk and the entire system is shut down or |
