From 426458d004001ed323073c67b46963f024880ec1 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:15:29 +0200 Subject: [PATCH] x86_64: prepare shared lib/thunk.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86_64/lib/Makefile | 2 +- arch/x86_64/lib/{thunk.S => thunk_64.S} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86_64/lib/{thunk.S => thunk_64.S} (100%) diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index c943271..0ac0033 100644 --- a/arch/x86_64/lib/Makefile +++ b/arch/x86_64/lib/Makefile @@ -9,5 +9,5 @@ obj-$(CONFIG_SMP) += msr-on-cpu.o lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \ usercopy.o getuser.o putuser.o \ - thunk.o clear_page.o copy_page.o bitstr.o bitops.o + thunk_64.o clear_page.o copy_page.o bitstr.o bitops.o lib-y += memcpy.o memmove.o memset.o copy_user.o rwlock.o copy_user_nocache.o diff --git a/arch/x86_64/lib/thunk.S b/arch/x86_64/lib/thunk_64.S similarity index 100% rename from arch/x86_64/lib/thunk.S rename to arch/x86_64/lib/thunk_64.S -- 2.7.4