diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:36 -0400 |
commit | 0068f260578fc54aa7d10bb3e4a25118287f00f7 (patch) | |
tree | df2a2093a70de190e1f47cf351f7f3e1fca876ef | |
parent | c9954d39e7d8b2f12517aa02d4d7b96eb4761a1d (diff) |
x86_64: prepare shared lib/clear_page.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/clear_page_64.S (renamed from arch/x86_64/lib/clear_page.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index 4ecc6181db4d..4611996706a3 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_64.o csum-wrappers.o delay.o \ | 10 | lib-y := csum-partial.o csum-copy_64.o csum-wrappers.o delay.o \ |
11 | usercopy.o getuser.o putuser.o \ | 11 | usercopy.o getuser.o putuser.o \ |
12 | thunk_64.o clear_page.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.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/clear_page.S b/arch/x86_64/lib/clear_page_64.S index 9a10a78bb4a4..9a10a78bb4a4 100644 --- a/arch/x86_64/lib/clear_page.S +++ b/arch/x86_64/lib/clear_page_64.S | |||