From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:14:21 +0000 (+0200) Subject: x86_64: prepare shared kernel/module.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0856268597a2ce7efc30390695d655d3dee05ca8;p=mv-sheeva.git x86_64: prepare shared kernel/module.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 5ddd94b34b2..8c48cd7b399 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -38,7 +38,7 @@ obj-$(CONFIG_X86_VSMP) += vsmp.o obj-$(CONFIG_K8_NB) += k8.o obj-$(CONFIG_AUDIT) += audit.o -obj-$(CONFIG_MODULES) += module.o +obj-$(CONFIG_MODULES) += module_64.o obj-$(CONFIG_PCI) += early-quirks.o obj-y += topology.o diff --git a/arch/x86_64/kernel/module.c b/arch/x86_64/kernel/module_64.c similarity index 100% rename from arch/x86_64/kernel/module.c rename to arch/x86_64/kernel/module_64.c