From 282317dc1570c392d1593869ded36baeee8f1d54 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:23 +0200 Subject: [PATCH] i386: prepare shared lib/string.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/lib/Makefile | 2 +- arch/i386/lib/{string.c => string_32.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/i386/lib/{string.c => string_32.c} (100%) diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 4d3ae15..1bd9b85 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -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.o + bitops.o semaphore.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/string.c b/arch/i386/lib/string_32.c similarity index 100% rename from arch/i386/lib/string.c rename to arch/i386/lib/string_32.c -- 2.7.4