summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner2007-10-11 11:15:48 +0200
committerThomas Gleixner2007-10-11 11:15:48 +0200
commitd7eb5e98f45e88762676744f1ab0f7f4c1354fb9 (patch)
tree6acb27b63beb615f1e769d5384d3d8c9f66240e9
parentx86_64: prepare shared lib/usercopy.c (diff)
downloadkernel-qcow2-linux-d7eb5e98f45e88762676744f1ab0f7f4c1354fb9.tar.gz
kernel-qcow2-linux-d7eb5e98f45e88762676744f1ab0f7f4c1354fb9.tar.xz
kernel-qcow2-linux-d7eb5e98f45e88762676744f1ab0f7f4c1354fb9.zip
x86_64: prepare shared lib/bitops.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-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
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 95b6d9639fba..95b6d9639fba 100644
--- a/arch/x86_64/lib/bitops.c
+++ b/arch/x86_64/lib/bitops_64.c