From d7eb5e98f45e88762676744f1ab0f7f4c1354fb9 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:15:48 +0200 Subject: [PATCH] x86_64: prepare shared lib/bitops.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86_64/lib/Makefile | 2 +- arch/x86_64/lib/{bitops.c => bitops_64.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86_64/lib/{bitops.c => bitops_64.c} (100%) diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index 7157801093af..3e12aa58d453 100644 --- a/arch/x86_64/lib/Makefile +++ b/arch/x86_64/lib/Makefile @@ -9,5 +9,5 @@ obj-$(CONFIG_SMP) += msr-on-cpu.o lib-y := csum-partial.o csum-copy_64.o csum-wrappers_64.o delay.o \ usercopy_64.o getuser_64.o putuser.o \ - thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops.o + thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops_64.o lib-y += memcpy_64.o memmove_64.o memset.o copy_user.o rwlock_64.o copy_user_nocache_64.o diff --git a/arch/x86_64/lib/bitops.c b/arch/x86_64/lib/bitops_64.c similarity index 100% rename from arch/x86_64/lib/bitops.c rename to arch/x86_64/lib/bitops_64.c -- 2.34.1