From: Andrew Morton acpi_memhotplug() calls add_memory. We'd better have an implementation of it. Cc: Yasunori Goto Cc: Dave Hansen Cc: "Brown, Len" Signed-off-by: Andrew Morton --- drivers/acpi/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/Kconfig~pgdat-allocation-for-new-node-add-specify-node-id-fix-3 drivers/acpi/Kconfig --- 25-alpha/drivers/acpi/Kconfig~pgdat-allocation-for-new-node-add-specify-node-id-fix-3 2006-04-26 23:08:16.000000000 -0700 +++ 25-alpha-akpm/drivers/acpi/Kconfig 2006-04-26 23:11:49.000000000 -0700 @@ -349,7 +349,7 @@ config ACPI_CONTAINER config ACPI_HOTPLUG_MEMORY tristate "Memory Hotplug" depends on ACPI - depends on MEMORY_HOTPLUG || X86_64 + depends on MEMORY_HOTPLUG default n help This driver adds supports for ACPI Memory Hotplug. This driver _