From 68bf9ed312c0c4604a3728a12ce7c7b98884c169 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:31 +0200 Subject: [PATCH] --- yaml --- r: 65421 b: refs/heads/master c: 6d1f5420f0d4bd6f391295bb632ae65920983162 h: refs/heads/master i: 65419: 0ae3e0bf86b480d69a5bea29646c3b828742e1ab v: v3 --- [refs] | 2 +- trunk/arch/i386/lib/Makefile | 2 +- trunk/arch/i386/lib/{bitops.c => bitops_32.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/i386/lib/{bitops.c => bitops_32.c} (100%) diff --git a/[refs] b/[refs] index 70b3a7884041..43b705475919 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 81f52936d34570f7db3f09bf5e01339b640438ef +refs/heads/master: 6d1f5420f0d4bd6f391295bb632ae65920983162 diff --git a/trunk/arch/i386/lib/Makefile b/trunk/arch/i386/lib/Makefile index 2ec0fbf6c1ca..246a775940ff 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_32.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \ - bitops.o semaphore_32.o string_32.o + bitops_32.o semaphore_32.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o diff --git a/trunk/arch/i386/lib/bitops.c b/trunk/arch/i386/lib/bitops_32.c similarity index 100% rename from trunk/arch/i386/lib/bitops.c rename to trunk/arch/i386/lib/bitops_32.c