aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/lib/iomap_copy_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/iomap_copy_64.S')
-rw-r--r--arch/x86/lib/iomap_copy_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/iomap_copy_64.S b/arch/x86/lib/iomap_copy_64.S
index a1f9416bf67a..6ff2f56cb0f7 100644
--- a/arch/x86/lib/iomap_copy_64.S
+++ b/arch/x86/lib/iomap_copy_64.S
@@ -10,6 +10,6 @@
*/
SYM_FUNC_START(__iowrite32_copy)
movl %edx,%ecx
- rep movsd
+ rep movsl
RET
SYM_FUNC_END(__iowrite32_copy)