From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:13:20 +0000 (+0200) Subject: i386: prepare shared lib/checksum.S X-Git-Tag: v2.6.24-rc1~1642 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31834147ef934140c9d41afe130ac8606c2d7a81;p=linux-2.6 i386: prepare shared lib/checksum.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 4d105fdfe8..afbc99d2ee 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -3,7 +3,7 @@ # -lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \ +lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \ bitops.o semaphore.o string.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/checksum.S b/arch/i386/lib/checksum_32.S similarity index 100% rename from arch/i386/lib/checksum.S rename to arch/i386/lib/checksum_32.S