diff options
Diffstat (limited to 'arch/x86/lib/memcpy_64.S')
-rw-r--r-- | arch/x86/lib/memcpy_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/memcpy_64.S b/arch/x86/lib/memcpy_64.S index 1c273be7c97e..56313a326188 100644 --- a/arch/x86/lib/memcpy_64.S +++ b/arch/x86/lib/memcpy_64.S | |||
@@ -98,7 +98,7 @@ ENTRY(memcpy) | |||
98 | subq $0x20, %rdx | 98 | subq $0x20, %rdx |
99 | /* | 99 | /* |
100 | * At most 3 ALU operations in one cycle, | 100 | * At most 3 ALU operations in one cycle, |
101 | * so append NOPS in the same 16bytes trunk. | 101 | * so append NOPS in the same 16 bytes trunk. |
102 | */ | 102 | */ |
103 | .p2align 4 | 103 | .p2align 4 |
104 | .Lcopy_backward_loop: | 104 | .Lcopy_backward_loop: |