The patch titled ia64: select ACPI_NUMA if ACPI has been added to the -mm tree. Its filename is ia64-select-acpi_numa-if-acpi.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ia64: select ACPI_NUMA if ACPI From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> When ACPI && NUMA, pxm_to_node is used and it exists in drivers/acpi/numa.c Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/ia64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN arch/ia64/Kconfig~ia64-select-acpi_numa-if-acpi arch/ia64/Kconfig --- a/arch/ia64/Kconfig~ia64-select-acpi_numa-if-acpi +++ a/arch/ia64/Kconfig @@ -341,6 +341,7 @@ config NUMA bool "NUMA support" depends on !IA64_HP_SIM && !FLATMEM default y if IA64_SGI_SN2 + select ACPI_NUMA if ACPI help Say Y to compile the kernel to support NUMA (Non-Uniform Memory Access). This option is for configuring high-end multiprocessor _ Patches currently in -mm which might be from kamezawa.hiroyu@xxxxxxxxxxxxxx are ia64-select-acpi_numa-if-acpi.patch reiser4-hardirq-include-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html