From fec584c3e05b8f2e6781ea90fb8b8c4fd6773612 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:20 +0200 Subject: [PATCH] --- yaml --- r: 65413 b: refs/heads/master c: 31834147ef934140c9d41afe130ac8606c2d7a81 h: refs/heads/master i: 65411: 31feb38e27f63353c089e3c9486d4d4bd305aa8c v: v3 --- [refs] | 2 +- trunk/arch/i386/lib/Makefile | 2 +- trunk/arch/i386/lib/{checksum.S => checksum_32.S} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/i386/lib/{checksum.S => checksum_32.S} (100%) diff --git a/[refs] b/[refs] index 170825d62683..53ea1890213f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96c4d6e71d27a2de591d185aa897d2d215f8588e +refs/heads/master: 31834147ef934140c9d41afe130ac8606c2d7a81 diff --git a/trunk/arch/i386/lib/Makefile b/trunk/arch/i386/lib/Makefile index 4d105fdfe817..afbc99d2ee88 100644 --- a/trunk/arch/i386/lib/Makefile +++ b/trunk/arch/i386/lib/Makefile @@ -3,7 +3,7 @@ # -lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \ +lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \ bitops.o semaphore.o string.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/trunk/arch/i386/lib/checksum.S b/trunk/arch/i386/lib/checksum_32.S similarity index 100% rename from trunk/arch/i386/lib/checksum.S rename to trunk/arch/i386/lib/checksum_32.S