From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:14:56 +0000 (+0200) Subject: x86_64: prepare shared kernel/audit.c X-Git-Tag: v2.6.24-rc1~1571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e877d83a8e2643a026559a60ac6d1ee9fb827677;p=platform%2Fkernel%2Flinux-3.10.git x86_64: prepare shared kernel/audit.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 1c9ae60..edd3ad7 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -36,7 +36,7 @@ obj-$(CONFIG_KPROBES) += kprobes.o obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o obj-$(CONFIG_X86_VSMP) += vsmp_64.o obj-$(CONFIG_K8_NB) += k8.o -obj-$(CONFIG_AUDIT) += audit.o +obj-$(CONFIG_AUDIT) += audit_64.o obj-$(CONFIG_MODULES) += module_64.o obj-$(CONFIG_PCI) += early-quirks_64.o diff --git a/arch/x86_64/kernel/audit.c b/arch/x86_64/kernel/audit_64.c similarity index 100% rename from arch/x86_64/kernel/audit.c rename to arch/x86_64/kernel/audit_64.c