Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=927604... Commit: 927604c7592473742891dc13e1da09febc06e01b Parent: 0cefa5b9b0a61b62442c5d0ca00a304c5896b6e9 Author: Yinghai Lu <yhlu.kernel@gmail.com> AuthorDate: Tue Sep 9 23:34:17 2008 -0700 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Mon Oct 13 10:19:59 2008 +0200 x86: rename discontig_32.c to numa_32.c name it in line with its purpose. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> --- arch/x86/mm/Makefile | 6 +----- arch/x86/mm/{discontig_32.c => numa_32.c} | 0 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile index dfb932d..59f89b4 100644 --- a/arch/x86/mm/Makefile +++ b/arch/x86/mm/Makefile @@ -13,12 +13,8 @@ obj-$(CONFIG_MMIOTRACE) += mmiotrace.o mmiotrace-y := pf_in.o mmio-mod.o obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o -ifeq ($(CONFIG_X86_32),y) -obj-$(CONFIG_NUMA) += discontig_32.o -else -obj-$(CONFIG_NUMA) += numa_64.o +obj-$(CONFIG_NUMA) += numa_$(BITS).o obj-$(CONFIG_K8_NUMA) += k8topology_64.o -endif obj-$(CONFIG_ACPI_NUMA) += srat_$(BITS).o obj-$(CONFIG_MEMTEST) += memtest.o diff --git a/arch/x86/mm/discontig_32.c b/arch/x86/mm/numa_32.c similarity index 100% rename from arch/x86/mm/discontig_32.c rename to arch/x86/mm/numa_32.c -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
