Browse Source

[PATCH] mm: make page migration dependent on swap and NUMA

The page migration code could function without NUMA but we currently have
no users for the non-NUMA case.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Christoph Lameter 19 years ago
parent
commit
d784124cfe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mm/Kconfig

+ 2 - 2
mm/Kconfig

@@ -138,8 +138,8 @@ config SPLIT_PTLOCK_CPUS
 #
 #
 config MIGRATION
 config MIGRATION
 	bool "Page migration"
 	bool "Page migration"
-	def_bool y if NUMA || SPARSEMEM || DISCONTIGMEM
-	depends on SWAP
+	def_bool y if NUMA
+	depends on SWAP && NUMA
 	help
 	help
 	  Allows the migration of the physical location of pages of processes
 	  Allows the migration of the physical location of pages of processes
 	  while the virtual addresses are not changed. This is useful for
 	  while the virtual addresses are not changed. This is useful for