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

index af7f943..553c41d 100644 (file)
@@ -6,6 +6,6 @@
 lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy_32.o strstr_32.o \
        bitops.o semaphore_32.o string_32.o
 
-lib-$(CONFIG_X86_USE_3DNOW) += mmx.o
+lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o
 
 obj-$(CONFIG_SMP)      += msr-on-cpu.o
similarity index 100%
rename from arch/i386/lib/mmx.c
rename to arch/i386/lib/mmx_32.c