X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=mm%2FKconfig;h=5511d6ccb9794fb9bc10692fc0e74d5cfe7b6c2a;hb=9cb183d942ffe78b1c19c4be901bbc1530aa23a3;hp=ab1007556cdf1d8a3afcb3064894aa4710df5f9f;hpb=98d6e1b4ea4483baed5a3606de26441a96e86948;p=linux-2.6.git diff --git a/mm/Kconfig b/mm/Kconfig index ab1007556..5511d6ccb 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -142,10 +142,16 @@ config SPLIT_PTLOCK_CPUS # config MIGRATION bool "Page migration" - def_bool y if NUMA - depends on SWAP && NUMA + 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. + +config RESOURCES_64BIT + bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL) + default 64BIT + help + This option allows memory and IO resources to be 64 bit.