From e585d9617a4c2c8f4d1d19def80158bca2853be8 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:27 +0200 Subject: [PATCH] i386: prepare shared lib/mmx.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/lib/Makefile | 2 +- arch/i386/lib/{mmx.c => mmx_32.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/i386/lib/{mmx.c => mmx_32.c} (100%) diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index af7f9435d20..553c41d2d79 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 -- 2.11.4.GIT