commit | 3159e7d62ad13f71ef3fe029c145594d8caa580d | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Sep 05 15:39:12 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 08 10:35:04 2008 +0900 |
tree | a05b4b03232480db57fac798a72289f9dfdeeb19 | |
parent | 5840263ecb95e55a2d248fc740644a2c9171a61c [diff] [blame] |
sh: Add support for memory hot-remove. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 8a03926..f8e6dc5 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig
@@ -134,6 +134,10 @@ def_bool y depends on SPARSEMEM +config ARCH_ENABLE_MEMORY_HOTREMOVE + def_bool y + depends on SPARSEMEM + config ARCH_MEMORY_PROBE def_bool y depends on MEMORY_HOTPLUG