diff options
-rw-r--r-- | arch/x86/lib/copy_user_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/copy_user_64.S b/arch/x86/lib/copy_user_64.S index 378a1f70ae7d..4fe1601dbc5d 100644 --- a/arch/x86/lib/copy_user_64.S +++ b/arch/x86/lib/copy_user_64.S | |||
@@ -239,7 +239,7 @@ copy_user_handle_tail: | |||
239 | ret | 239 | ret |
240 | 240 | ||
241 | _ASM_EXTABLE_UA(1b, 2b) | 241 | _ASM_EXTABLE_UA(1b, 2b) |
242 | ENDPROC(copy_user_handle_tail) | 242 | END(copy_user_handle_tail) |
243 | 243 | ||
244 | /* | 244 | /* |
245 | * copy_user_nocache - Uncached memory copy with exception handling | 245 | * copy_user_nocache - Uncached memory copy with exception handling |