diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:29 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:29 -0400 |
commit | 426458d004001ed323073c67b46963f024880ec1 (patch) | |
tree | c855ad324668d2afdff39a6e90840e7b07cd7cd0 | |
parent | f11cfb424c78ef8a6d9fc80922577756cec00282 (diff) |
x86_64: prepare shared lib/thunk.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86_64/lib/Makefile | 2 | ||||
-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 c9432717839..0ac00335b76 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 | ||
10 | lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \ | 10 | lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \ |
11 | usercopy.o getuser.o putuser.o \ | 11 | usercopy.o getuser.o putuser.o \ |
12 | thunk.o clear_page.o copy_page.o bitstr.o bitops.o | 12 | thunk_64.o clear_page.o copy_page.o bitstr.o bitops.o |
13 | lib-y += memcpy.o memmove.o memset.o copy_user.o rwlock.o copy_user_nocache.o | 13 | 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 55e586d352d..55e586d352d 100644 --- a/arch/x86_64/lib/thunk.S +++ b/arch/x86_64/lib/thunk_64.S | |||