x86/asm: Fix an assembler warning with current binutils
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 3 Jan 2023 15:24:11 +0000 (10:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jan 2023 06:24:31 +0000 (07:24 +0100)
commit8ca718778b77d5cc207890e03df67f8f630f6eaf
tree53184258e0187cad10a60e192e66fa081039b277
parent853ffa1511b058c79a4c9bb1407b3b20ce311792
x86/asm: Fix an assembler warning with current binutils

[ Upstream commit 55d235361fccef573990dfa5724ab453866e7816 ]

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>
arch/x86/lib/iomap_copy_64.S