Skip to content

Commit

Permalink
x86/asm: Fix an assembler warning with current binutils
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mikulas Patocka authored and Ingo Molnar committed Jan 3, 2023
1 parent d00dd2f commit 55d2353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/lib/iomap_copy_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
*/
SYM_FUNC_START(__iowrite32_copy)
movl %edx,%ecx
rep movsd
rep movsl
RET
SYM_FUNC_END(__iowrite32_copy)

0 comments on commit 55d2353

Please sign in to comment.