i386: prepare shared lib/bitops.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:31 +0000 (11:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:31 +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/bitops_32.c [moved from arch/i386/lib/bitops.c with 100% similarity]

index 2ec0fbf..246a775 100644 (file)
@@ -4,7 +4,7 @@
 
 
 lib-y = checksum_32.o delay.o usercopy_32.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \
-       bitops.o semaphore_32.o string_32.o
+       bitops_32.o semaphore_32.o string_32.o
 
 lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o