From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:15:40 +0000 (+0200) Subject: x86_64: prepare shared lib/copy_user_nocache.S X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=79c67e5356db9dbf2974962fe589d7482e463dc5;p=linux-beck.git x86_64: prepare shared lib/copy_user_nocache.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index dce49348cebe..67133edf7d29 100644 --- a/arch/x86_64/lib/Makefile +++ b/arch/x86_64/lib/Makefile @@ -10,4 +10,4 @@ obj-$(CONFIG_SMP) += msr-on-cpu.o lib-y := csum-partial.o csum-copy_64.o csum-wrappers.o delay.o \ usercopy.o getuser.o putuser.o \ thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops.o -lib-y += memcpy_64.o memmove.o memset.o copy_user.o rwlock_64.o copy_user_nocache.o +lib-y += memcpy_64.o memmove.o memset.o copy_user.o rwlock_64.o copy_user_nocache_64.o diff --git a/arch/x86_64/lib/copy_user_nocache.S b/arch/x86_64/lib/copy_user_nocache_64.S similarity index 100% rename from arch/x86_64/lib/copy_user_nocache.S rename to arch/x86_64/lib/copy_user_nocache_64.S