linux-kernel-test/arch/ia64
Zoltan Menyhart 98075d245a [IA64] Fix NUMA configuration issue
There is a NUMA memory configuration issue in 2.6.24:

A 2-node machine of ours has got the following memory layout:

Node 0:	0 - 2 Gbytes
Node 0:	4 - 8 Gbytes
Node 1:	8 - 16 Gbytes
Node 0:	16 - 18 Gbytes

"efi_memmap_init()" merges the three last ranges into one.

"register_active_ranges()" is called as follows:

efi_memmap_walk(register_active_ranges, NULL);

i.e. once for the 4 - 18 Gbytes range. It picks up the node
number from the start address, and registers all the memory for
the node #0.

"register_active_ranges()" should be called as follows to
make sure there is no merged address range at its entry:

efi_memmap_walk(filter_memory, register_active_ranges);

"filter_memory()" is similar to "filter_rsvd_memory()",
but the reserved memory ranges are not filtered out.

Signed-off-by: Zoltan Menyhart <Zoltan.Menyhart@bull.net>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2008-04-11 15:21:35 -07:00
..
configs [IA64] move defconfig to arch/ia64/configs/ 2008-03-04 14:19:06 -08:00
dig [PATCH] tty: Remove include of screen_info.h from tty.h 2006-07-10 13:24:16 -07:00
hp [IA64] make IOMMU respect the segment boundary limits 2008-04-09 10:37:21 -07:00
ia32 [IA64] remove unnecessary nfs includes from sys_ia32.c 2008-03-06 09:18:12 -08:00
kernel [IA64] Fix NUMA configuration issue 2008-04-11 15:21:35 -07:00
lib [IA64] export copy_page() to modules 2007-12-07 16:10:19 -08:00
mm [IA64] Fix NUMA configuration issue 2008-04-11 15:21:35 -07:00
oprofile Combine instrumentation menus in kernel/Kconfig.instrumentation 2007-10-19 11:53:54 -07:00
pci [IA64] use dev_printk in video quirk 2008-03-06 09:20:07 -08:00
scripts [IA64] don't assume that unwcheck.py is executable 2007-12-07 14:42:08 -08:00
sn [IA64] Replace explicit jiffies tests with time_* macros. 2008-04-09 10:28:10 -07:00
install.sh
Kconfig [IA64] make IOMMU respect the segment boundary limits 2008-04-09 10:37:21 -07:00
Kconfig.debug
Makefile [IA64] move defconfig to arch/ia64/configs/ 2008-03-04 14:19:06 -08:00
module.lds