diff options
-rw-r--r-- | arch/x86_64/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/lib/copy_user_nocache_64.S (renamed from arch/x86_64/lib/copy_user_nocache.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index dce49348cebe..67133edf7d29 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.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_64.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_64.o memmove.o memset.o copy_user.o rwlock_64.o copy_user_nocache.o | 13 | lib-y += memcpy_64.o memmove.o memset.o copy_user.o rwlock_64.o copy_user_nocache_64.o |
diff --git a/arch/x86_64/lib/copy_user_nocache.S b/arch/x86_64/lib/copy_user_nocache_64.S index 4620efb12f13..4620efb12f13 100644 --- a/arch/x86_64/lib/copy_user_nocache.S +++ b/arch/x86_64/lib/copy_user_nocache_64.S | |||