提交 55d23536 编写于 作者: M Mikulas Patocka 提交者: Ingo Molnar

x86/asm: Fix an assembler warning with current binutils

Fix a warning: "found `movsd'; assuming `movsl' was meant"
Signed-off-by: NMikulas Patocka <mpatocka@redhat.com>
Signed-off-by: NIngo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
上级 d00dd2f2
...@@ -10,6 +10,6 @@ ...@@ -10,6 +10,6 @@
*/ */
SYM_FUNC_START(__iowrite32_copy) SYM_FUNC_START(__iowrite32_copy)
movl %edx,%ecx movl %edx,%ecx
rep movsd rep movsl
RET RET
SYM_FUNC_END(__iowrite32_copy) SYM_FUNC_END(__iowrite32_copy)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册