From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:13:24 +0000 (+0200) Subject: i386: prepare shared lib/semaphore.S X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bb3871daf6d95101220969dc2634456cf2c503da;p=mv-sheeva.git i386: prepare shared lib/semaphore.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 1bd9b85b03c..dce510d443a 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -4,7 +4,7 @@ lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr_32.o \ - bitops.o semaphore.o string_32.o + bitops.o semaphore_32.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/semaphore.S b/arch/i386/lib/semaphore_32.S similarity index 100% rename from arch/i386/lib/semaphore.S rename to arch/i386/lib/semaphore_32.S