diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-06 14:42:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 09:49:08 -0400 |
commit | 6247943d8ab699b57653afd453a4940cca70ef8a (patch) | |
tree | 23e4f546c0798534dc6b776cfcec46b759b9a205 /arch/x86/mm/Makefile | |
parent | 698839fe04ae11f228074ad45614343c3921a6c6 (diff) |
x86: remove acpi_srat config v2
use ACPI_NUMA directly
and move srat_32.c to mm/
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/Makefile')
-rw-r--r-- | arch/x86/mm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile index b7b3e4c7cfc9..c107641cd39b 100644 --- a/arch/x86/mm/Makefile +++ b/arch/x86/mm/Makefile | |||
@@ -13,5 +13,6 @@ obj-$(CONFIG_NUMA) += discontig_32.o | |||
13 | else | 13 | else |
14 | obj-$(CONFIG_NUMA) += numa_64.o | 14 | obj-$(CONFIG_NUMA) += numa_64.o |
15 | obj-$(CONFIG_K8_NUMA) += k8topology_64.o | 15 | obj-$(CONFIG_K8_NUMA) += k8topology_64.o |
16 | obj-$(CONFIG_ACPI_NUMA) += srat_64.o | ||
17 | endif | 16 | endif |
17 | obj-$(CONFIG_ACPI_NUMA) += srat_$(BITS).o | ||
18 | |||