]> err.no Git - linux-2.6/blobdiff - mm/Kconfig
[PATCH] swsusp: userland interface
[linux-2.6] / mm / Kconfig
index a9cb80ae6409df599cc3823a7a072a158c41112c..bd80460360db38a0b9d03dfefd087d6036c1b216 100644 (file)
@@ -137,5 +137,11 @@ config SPLIT_PTLOCK_CPUS
 # support for page migration
 #
 config MIGRATION
+       bool "Page migration"
        def_bool y if NUMA || SPARSEMEM || DISCONTIGMEM
        depends on SWAP
+       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.