diff options
author | Mel Gorman <mel@csn.ul.ie> | 2006-09-27 04:49:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 11:26:11 -0400 |
commit | 4cfee88ad30acc47f02b8b7ba3db8556262dce1e (patch) | |
tree | a336e6774143c869ec4e945f176368792355478b /arch/i386/Kconfig | |
parent | c67c3cb4c99fb2ee63c8733943c353d745f45b84 (diff) |
[PATCH] Have x86 use add_active_range() and free_area_init_nodes
Size zones and holes in an architecture independent manner for x86.
[akpm@osdl.org: build fix]
Signed-off-by: Mel Gorman <mel@csn.ul.ie>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Andy Whitcroft <apw@shadowen.org>
Cc: Andi Kleen <ak@muc.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: "Keith Mannthey" <kmannth@gmail.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 758044f5e718..3fd9f1e8b093 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -598,12 +598,10 @@ config ARCH_SELECT_MEMORY_MODEL | |||
598 | def_bool y | 598 | def_bool y |
599 | depends on ARCH_SPARSEMEM_ENABLE | 599 | depends on ARCH_SPARSEMEM_ENABLE |
600 | 600 | ||
601 | source "mm/Kconfig" | 601 | config ARCH_POPULATES_NODE_MAP |
602 | def_bool y | ||
602 | 603 | ||
603 | config HAVE_ARCH_EARLY_PFN_TO_NID | 604 | source "mm/Kconfig" |
604 | bool | ||
605 | default y | ||
606 | depends on NUMA | ||
607 | 605 | ||
608 | config HIGHPTE | 606 | config HIGHPTE |
609 | bool "Allocate 3rd-level pagetables from highmem" | 607 | bool "Allocate 3rd-level pagetables from highmem" |