diff options
author | Mel Gorman <mel@csn.ul.ie> | 2006-09-27 04:49:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 11:26:11 -0400 |
commit | c67c3cb4c99fb2ee63c8733943c353d745f45b84 (patch) | |
tree | 5628da22a723aab1d11dfbedda264f3f65addc21 /arch/powerpc/Kconfig | |
parent | c713216deebd95d2b0ab38fef8bb2361c0180c2d (diff) |
[PATCH] Have Power use add_active_range() and free_area_init_nodes()
Size zones and holes in an architecture independent manner for Power.
[judith@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/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index de1ef2fa1a20..a0dd1b0ee483 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -731,11 +731,10 @@ config ARCH_SPARSEMEM_DEFAULT | |||
731 | def_bool y | 731 | def_bool y |
732 | depends on SMP && PPC_PSERIES | 732 | depends on SMP && PPC_PSERIES |
733 | 733 | ||
734 | source "mm/Kconfig" | 734 | config ARCH_POPULATES_NODE_MAP |
735 | |||
736 | config HAVE_ARCH_EARLY_PFN_TO_NID | ||
737 | def_bool y | 735 | def_bool y |
738 | depends on NEED_MULTIPLE_NODES | 736 | |
737 | source "mm/Kconfig" | ||
739 | 738 | ||
740 | config ARCH_MEMORY_PROBE | 739 | config ARCH_MEMORY_PROBE |
741 | def_bool y | 740 | def_bool y |