X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2FKconfig;h=446c6588c75398ab91e9413c20363dcd076432da;hb=17de50b7f71d176375e9d4d67ffce42482e5515f;hp=aa799007a11b3bc6bfb3817a584ddce683e0c2b7;hpb=c3c2233d84bee397b8271923c007264eb3efa67b;p=linux-2.6 diff --git a/mm/Kconfig b/mm/Kconfig index aa799007a1..446c6588c7 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -77,6 +77,9 @@ config FLAT_NODE_MEM_MAP def_bool y depends on !SPARSEMEM +config HAVE_GET_USER_PAGES_FAST + bool + # # Both the NUMA code and DISCONTIGMEM use arrays of pg_data_t's # to represent different areas of memory. This variable allows @@ -205,3 +208,6 @@ config NR_QUICK config VIRT_TO_BUS def_bool y depends on !ARCH_NO_VIRT_TO_BUS + +config MMU_NOTIFIER + bool