summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:15:48 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:15:48 +0200
commitd7eb5e98f45e88762676744f1ab0f7f4c1354fb9 (patch)
tree6acb27b63beb615f1e769d5384d3d8c9f66240e9
parent584d92415b5c4e93e2bc3d18756815758f2a1f07 (diff)
downloadop-kernel-dev-d7eb5e98f45e88762676744f1ab0f7f4c1354fb9.zip
op-kernel-dev-d7eb5e98f45e88762676744f1ab0f7f4c1354fb9.tar.gz
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 7157801..3e12aa5 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 95b6d96..95b6d96 100644
--- a/arch/x86_64/lib/bitops.c
+++ b/arch/x86_64/lib/bitops_64.c
OpenPOWER on IntegriCloud