aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
9 9
10lib-y := csum-partial.o csum-copy_64.o csum-wrappers_64.o delay.o \ 10lib-y := csum-partial.o csum-copy_64.o csum-wrappers_64.o delay.o \
11 usercopy_64.o getuser_64.o putuser.o \ 11 usercopy_64.o getuser_64.o putuser.o \
12 thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops.o 12 thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops_64.o
13lib-y += memcpy_64.o memmove_64.o memset.o copy_user.o rwlock_64.o copy_user_nocache_64.o 13lib-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 95b6d9639fba..95b6d9639fba 100644
--- a/arch/x86_64/lib/bitops.c
+++ b/arch/x86_64/lib/bitops_64.c