diff options
-rw-r--r-- | arch/x86_64/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/lib/getuser_64.S (renamed from arch/x86_64/lib/getuser.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index 01a4178b6ea7..9212301b6427 100644 --- a/arch/x86_64/lib/Makefile +++ b/arch/x86_64/lib/Makefile | |||
@@ -8,6 +8,6 @@ obj-y := io.o iomap_copy_64.o | |||
8 | obj-$(CONFIG_SMP) += msr-on-cpu.o | 8 | obj-$(CONFIG_SMP) += msr-on-cpu.o |
9 | 9 | ||
10 | lib-y := csum-partial.o csum-copy_64.o csum-wrappers_64.o delay.o \ | 10 | lib-y := csum-partial.o csum-copy_64.o csum-wrappers_64.o delay.o \ |
11 | usercopy.o getuser.o putuser.o \ | 11 | usercopy.o getuser_64.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_64.o memset.o copy_user.o rwlock_64.o copy_user_nocache_64.o | 13 | lib-y += memcpy_64.o memmove_64.o memset.o copy_user.o rwlock_64.o copy_user_nocache_64.o |
diff --git a/arch/x86_64/lib/getuser.S b/arch/x86_64/lib/getuser_64.S index 5448876261f8..5448876261f8 100644 --- a/arch/x86_64/lib/getuser.S +++ b/arch/x86_64/lib/getuser_64.S | |||