]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
i386: prepare shared lib/semaphore.S
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:24 +0000 (11:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:24 +0000 (11:13 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/lib/Makefile
arch/i386/lib/semaphore_32.S [moved from arch/i386/lib/semaphore.S with 100% similarity]

index 1bd9b85b03cc244ba9877b3a489205ca531347b7..dce510d443aaa466fb9e156e05cc0fa293ceb047 100644 (file)
@@ -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