Skip to content

Commit

Permalink
powerpc: Limit memory hotplug support to PPC64 Book-3S machines
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
kumargala authored and ozbenh committed Oct 27, 2009
1 parent 0cd9ad7 commit ed84a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ config MEMORY_HOTPLUG
bool "Allow for memory hot-add"
depends on SPARSEMEM || X86_64_ACPI_NUMA
depends on HOTPLUG && !(HIBERNATION && !S390) && ARCH_ENABLE_MEMORY_HOTPLUG
depends on (IA64 || X86 || PPC64 || SUPERH || S390)
depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390)

comment "Memory hotplug is currently incompatible with Software Suspend"
depends on SPARSEMEM && HOTPLUG && HIBERNATION && !S390
Expand Down

0 comments on commit ed84a07

Please sign in to comment.