From 89671df002bb13fcf8767110dd58013245fc34a4 Mon Sep 17 00:00:00 2001 From: Matt Tolentino Date: Thu, 23 Jun 2005 00:08:05 -0700 Subject: [PATCH] --- yaml --- r: 2871 b: refs/heads/master c: 1035faf1b19efb83d5626985240f52cd149dd39b h: refs/heads/master i: 2869: 4721f2c593929cbbda0d76771ad9d36dcb99fbaf 2867: 062f67c11318c9a57db0d6e69928bb999b32ec23 2863: 0aea3aa3ade3d7f01f153f2b3a0e49787e17167b v: v3 --- [refs] | 2 +- trunk/arch/x86_64/Kconfig | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 634c0b301e0c..bd5b159fa848 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 073326634bec2f36e165583d21fb0a9fad47ac0a +refs/heads/master: 1035faf1b19efb83d5626985240f52cd149dd39b diff --git a/trunk/arch/x86_64/Kconfig b/trunk/arch/x86_64/Kconfig index 9f5b99e7b1eb..61ed16652347 100644 --- a/trunk/arch/x86_64/Kconfig +++ b/trunk/arch/x86_64/Kconfig @@ -274,8 +274,27 @@ config NUMA bool default n +config ARCH_DISCONTIGMEM_ENABLE + def_bool y + depends on NUMA + +config ARCH_DISCONTIGMEM_DEFAULT + def_bool y + depends on NUMA + +config ARCH_SPARSEMEM_ENABLE + def_bool y + depends on NUMA + +config ARCH_FLATMEM_ENABLE + def_bool y + depends on !NUMA + source "mm/Kconfig" +config HAVE_ARCH_EARLY_PFN_TO_NID + def_bool y + config HAVE_DEC_LOCK bool depends on SMP