Commit 6451af4d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] pmdisk is x86 only

Only x86 implements pmdisk_arch_suspend().  So mark pmdisk as ia32-only, to
avoid breaking allyesconfig.
parent f2b12e09
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment