Skip to content

Commit

Permalink
sh: Make memory hot-add and hot-remove depend on MMU.
Browse files Browse the repository at this point in the history
Cleans up link numerous build issues with page migration and so on when
enabled on nommu builds.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 17, 2008
1 parent b3d765f commit b85641b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ config ARCH_SELECT_MEMORY_MODEL

config ARCH_ENABLE_MEMORY_HOTPLUG
def_bool y
depends on SPARSEMEM
depends on SPARSEMEM && MMU

config ARCH_ENABLE_MEMORY_HOTREMOVE
def_bool y
depends on SPARSEMEM
depends on SPARSEMEM && MMU

config ARCH_MEMORY_PROBE
def_bool y
Expand Down

0 comments on commit b85641b

Please sign in to comment.