From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:13:27 +0000 (+0200) Subject: i386: prepare shared lib/mmx.c X-Git-Tag: v2.6.24-rc1~1637 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e585d9617a4c2c8f4d1d19def80158bca2853be8;p=linux-2.6 i386: prepare shared lib/mmx.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index af7f9435d2..553c41d2d7 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -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 diff --git a/arch/i386/lib/mmx.c b/arch/i386/lib/mmx_32.c similarity index 100% rename from arch/i386/lib/mmx.c rename to arch/i386/lib/mmx_32.c