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 <mpatocka@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent fdb4a70 commit 58bac74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)