diff options
Diffstat (limited to 'arch/x86/lib/copy_user_64.S')
| -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 dfdf428975c..f118c110af3 100644 --- a/arch/x86/lib/copy_user_64.S +++ b/arch/x86/lib/copy_user_64.S | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | jnz 100b | 52 | jnz 100b |
| 53 | 102: | 53 | 102: |
| 54 | .section .fixup,"ax" | 54 | .section .fixup,"ax" |
| 55 | 103: addl %r8d,%edx /* ecx is zerorest also */ | 55 | 103: addl %ecx,%edx /* ecx is zerorest also */ |
| 56 | jmp copy_user_handle_tail | 56 | jmp copy_user_handle_tail |
| 57 | .previous | 57 | .previous |
| 58 | 58 | ||
