mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
x86/asm: Fix an assembler warning with current binutils
[ Upstream commit 55d235361f ]
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>
This commit is contained in:
parent
853ffa1511
commit
8ca718778b
|
|
@ -10,6 +10,6 @@
|
|||
*/
|
||||
SYM_FUNC_START(__iowrite32_copy)
|
||||
movl %edx,%ecx
|
||||
rep movsd
|
||||
rep movsl
|
||||
RET
|
||||
SYM_FUNC_END(__iowrite32_copy)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user