diff options
Diffstat (limited to 'arch/x86_64/lib')
-rw-r--r-- | arch/x86_64/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/lib/copy_user_64.S (renamed from arch/x86_64/lib/copy_user.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index 09c1ffa974a9..bbabad3c9335 100644 --- a/arch/x86_64/lib/Makefile +++ b/arch/x86_64/lib/Makefile | |||
@@ -10,4 +10,4 @@ obj-$(CONFIG_SMP) += msr-on-cpu.o | |||
10 | lib-y := csum-partial_64.o csum-copy_64.o csum-wrappers_64.o delay_64.o \ | 10 | lib-y := csum-partial_64.o csum-copy_64.o csum-wrappers_64.o delay_64.o \ |
11 | usercopy_64.o getuser_64.o putuser_64.o \ | 11 | usercopy_64.o getuser_64.o putuser_64.o \ |
12 | thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops_64.o | 12 | thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops_64.o |
13 | lib-y += memcpy_64.o memmove_64.o memset_64.o copy_user.o rwlock_64.o copy_user_nocache_64.o | 13 | lib-y += memcpy_64.o memmove_64.o memset_64.o copy_user_64.o rwlock_64.o copy_user_nocache_64.o |
diff --git a/arch/x86_64/lib/copy_user.S b/arch/x86_64/lib/copy_user_64.S index 70bebd310408..70bebd310408 100644 --- a/arch/x86_64/lib/copy_user.S +++ b/arch/x86_64/lib/copy_user_64.S | |||