summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner2007-10-11 11:15:29 +0200
committerThomas Gleixner2007-10-11 11:15:29 +0200
commit426458d004001ed323073c67b46963f024880ec1 (patch)
treec855ad324668d2afdff39a6e90840e7b07cd7cd0 /arch
parentx86_64: prepare shared kernel/acpi/Makefile (diff)
downloadkernel-qcow2-linux-426458d004001ed323073c67b46963f024880ec1.tar.gz
kernel-qcow2-linux-426458d004001ed323073c67b46963f024880ec1.tar.xz
kernel-qcow2-linux-426458d004001ed323073c67b46963f024880ec1.zip
x86_64: prepare shared lib/thunk.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/lib/Makefile2
-rw-r--r--arch/x86_64/lib/thunk_64.S (renamed from arch/x86_64/lib/thunk.S)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile
index c94327178398..0ac00335b763 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.o csum-wrappers.o delay.o \
usercopy.o getuser.o putuser.o \
- thunk.o clear_page.o copy_page.o bitstr.o bitops.o
+ thunk_64.o clear_page.o copy_page.o bitstr.o bitops.o
lib-y += memcpy.o memmove.o memset.o copy_user.o rwlock.o copy_user_nocache.o
diff --git a/arch/x86_64/lib/thunk.S b/arch/x86_64/lib/thunk_64.S
index 55e586d352d3..55e586d352d3 100644
--- a/arch/x86_64/lib/thunk.S
+++ b/arch/x86_64/lib/thunk_64.S