X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2FKconfig;h=66e65ab3942651e86f2fbbadcf914fd600e41600;hb=92445eaaadc1f03f5a177ecc957bda76bf2ba8d5;hp=a9cb80ae6409df599cc3823a7a072a158c41112c;hpb=05814450070f13b671fc9dbf89477677aa0258cb;p=linux-2.6 diff --git a/mm/Kconfig b/mm/Kconfig index a9cb80ae64..66e65ab394 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -137,5 +137,11 @@ config SPLIT_PTLOCK_CPUS # support for page migration # config MIGRATION - def_bool y if NUMA || SPARSEMEM || DISCONTIGMEM - depends on SWAP + bool "Page migration" + def_bool y + depends on NUMA + help + Allows the migration of the physical location of pages of processes + while the virtual addresses are not changed. This is useful for + example on NUMA systems to put pages nearer to the processors accessing + the page.