From 2e484fddd778de86364c43c7af4a0c3564ab42f1 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:23 +0200 Subject: [PATCH] --- yaml --- r: 65415 b: refs/heads/master c: 282317dc1570c392d1593869ded36baeee8f1d54 h: refs/heads/master i: 65413: fec584c3e05b8f2e6781ea90fb8b8c4fd6773612 65411: 31feb38e27f63353c089e3c9486d4d4bd305aa8c 65407: eec7c4b4a1f272f69b48ffaf73d7d2b449164fe2 v: v3 --- [refs] | 2 +- trunk/arch/i386/lib/Makefile | 2 +- trunk/arch/i386/lib/{string.c => string_32.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/i386/lib/{string.c => string_32.c} (100%) diff --git a/[refs] b/[refs] index d9eb43f7eb1d..300a9844acb1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2be2056cee405f3e3ca07e197ecd803e81cf5cb6 +refs/heads/master: 282317dc1570c392d1593869ded36baeee8f1d54 diff --git a/trunk/arch/i386/lib/Makefile b/trunk/arch/i386/lib/Makefile index 4d3ae15445d2..1bd9b85b03cc 100644 --- a/trunk/arch/i386/lib/Makefile +++ b/trunk/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/trunk/arch/i386/lib/string.c b/trunk/arch/i386/lib/string_32.c similarity index 100% rename from trunk/arch/i386/lib/string.c rename to trunk/arch/i386/lib/string_32.c