From 6d1f5420f0d4bd6f391295bb632ae65920983162 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:31 +0200 Subject: [PATCH] i386: prepare shared lib/bitops.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/lib/Makefile | 2 +- arch/i386/lib/{bitops.c => bitops_32.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/i386/lib/{bitops.c => bitops_32.c} (100%) diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 2ec0fbf6c1c..246a775940f 100644 --- a/arch/i386/lib/Makefile +++ b/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/arch/i386/lib/bitops.c b/arch/i386/lib/bitops_32.c similarity index 100% rename from arch/i386/lib/bitops.c rename to arch/i386/lib/bitops_32.c -- 2.46.0