x86/asm: Fix an assembler warning with current binutils
commit 55d235361f upstream.
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
af5e3bc59d
commit
88992ac773
@@ -22,6 +22,6 @@
|
||||
*/
|
||||
ENTRY(__iowrite32_copy)
|
||||
movl %edx,%ecx
|
||||
rep movsd
|
||||
rep movsl
|
||||
ret
|
||||
ENDPROC(__iowrite32_copy)
|
||||
|
||||
Reference in New Issue
Block a user