Skip to content

Commit 58bac74

Browse files
Mikulas Patockagregkh
authored andcommitted
x86/asm: Fix an assembler warning with current binutils
[ Upstream commit 55d2353 ] Fix a warning: "found `movsd'; assuming `movsl' was meant" Signed-off-by: Mikulas Patocka <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: [email protected] Signed-off-by: Sasha Levin <[email protected]>
1 parent fdb4a70 commit 58bac74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/lib/iomap_copy_64.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
*/
1111
SYM_FUNC_START(__iowrite32_copy)
1212
movl %edx,%ecx
13-
rep movsd
13+
rep movsl
1414
RET
1515
SYM_FUNC_END(__iowrite32_copy)

0 commit comments

Comments
 (0)