diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index a9cb80ae6409..332f5c29b53a 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -137,5 +137,11 @@ config SPLIT_PTLOCK_CPUS | |||
137 | # support for page migration | 137 | # support for page migration |
138 | # | 138 | # |
139 | config MIGRATION | 139 | config MIGRATION |
140 | def_bool y if NUMA || SPARSEMEM || DISCONTIGMEM | 140 | bool "Page migration" |
141 | depends on SWAP | 141 | def_bool y if NUMA |
142 | depends on SWAP && NUMA | ||
143 | help | ||
144 | Allows the migration of the physical location of pages of processes | ||
145 | while the virtual addresses are not changed. This is useful for | ||
146 | example on NUMA systems to put pages nearer to the processors accessing | ||
147 | the page. | ||