aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/lib/Makefile2
-rw-r--r--arch/x86_64/lib/bitops_64.c (renamed from arch/x86_64/lib/bitops.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile
index 7157801093a..3e12aa58d45 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
index 95b6d9639fb..95b6d9639fb 100644
--- a/arch/x86_64/lib/bitops.c
+++ b/arch/x86_64/lib/bitops_64.c