X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2FKconfig;h=0bd9c2dbb2a0be8d184b4b9f1d75dc03ec2a14ba;hb=f14413184b1de4dcbd5ec3e7c129c3ce2079f543;hp=c4de85285bb43cd2ab9810d42c67c8001d9adb1b;hpb=2106b531eaa2edd0c2dfa735a0556c08c7ba3c86;p=linux-2.6 diff --git a/mm/Kconfig b/mm/Kconfig index c4de85285b..0bd9c2dbb2 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -174,7 +174,7 @@ config SPLIT_PTLOCK_CPUS config MIGRATION bool "Page migration" def_bool y - depends on NUMA + depends on NUMA || ARCH_ENABLE_MEMORY_HOTREMOVE help Allows the migration of the physical location of pages of processes while the virtual addresses are not changed. This is useful for @@ -205,3 +205,6 @@ config NR_QUICK config VIRT_TO_BUS def_bool y depends on !ARCH_NO_VIRT_TO_BUS + +config MMU_NOTIFIER + bool