diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/lib/copy_user_64.S | 4 | ||||
-rw-r--r-- | arch/x86/lib/copy_user_nocache_64.S | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/lib/copy_user_64.S b/arch/x86/lib/copy_user_64.S index e5afb4ad3f1c..dfdf428975c0 100644 --- a/arch/x86/lib/copy_user_64.S +++ b/arch/x86/lib/copy_user_64.S | |||
@@ -185,7 +185,7 @@ ENTRY(copy_user_generic_unrolled) | |||
185 | 30: shll $6,%ecx | 185 | 30: shll $6,%ecx |
186 | addl %ecx,%edx | 186 | addl %ecx,%edx |
187 | jmp 60f | 187 | jmp 60f |
188 | 40: leal (%edx,%ecx,8),%edx | 188 | 40: lea (%rdx,%rcx,8),%rdx |
189 | jmp 60f | 189 | jmp 60f |
190 | 50: movl %ecx,%edx | 190 | 50: movl %ecx,%edx |
191 | 60: jmp copy_user_handle_tail /* ecx is zerorest also */ | 191 | 60: jmp copy_user_handle_tail /* ecx is zerorest also */ |
@@ -254,7 +254,7 @@ ENTRY(copy_user_generic_string) | |||
254 | ret | 254 | ret |
255 | 255 | ||
256 | .section .fixup,"ax" | 256 | .section .fixup,"ax" |
257 | 11: leal (%edx,%ecx,8),%ecx | 257 | 11: lea (%rdx,%rcx,8),%rcx |
258 | 12: movl %ecx,%edx /* ecx is zerorest also */ | 258 | 12: movl %ecx,%edx /* ecx is zerorest also */ |
259 | jmp copy_user_handle_tail | 259 | jmp copy_user_handle_tail |
260 | .previous | 260 | .previous |
diff --git a/arch/x86/lib/copy_user_nocache_64.S b/arch/x86/lib/copy_user_nocache_64.S index 93353d6a5263..40e0e309d27e 100644 --- a/arch/x86/lib/copy_user_nocache_64.S +++ b/arch/x86/lib/copy_user_nocache_64.S | |||
@@ -104,7 +104,7 @@ ENTRY(__copy_user_nocache) | |||
104 | 30: shll $6,%ecx | 104 | 30: shll $6,%ecx |
105 | addl %ecx,%edx | 105 | addl %ecx,%edx |
106 | jmp 60f | 106 | jmp 60f |
107 | 40: leal (%edx,%ecx,8),%edx | 107 | 40: lea (%rdx,%rcx,8),%rdx |
108 | jmp 60f | 108 | jmp 60f |
109 | 50: movl %ecx,%edx | 109 | 50: movl %ecx,%edx |
110 | 60: sfence | 110 | 60: sfence |