]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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>
Mon, 6 Feb 2023 06:49:44 +0000 (07:49 +0100)
commit88992ac7734ea383dfe5e080f7f00e939ba02565
tree8f2d4ad2fde702a035d0b66c86bbc55c46d3ceeb
parentaf5e3bc59d1e576e00b9ab73fb9d439f932b37fb
x86/asm: Fix an assembler warning with current binutils

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