]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macro
authorBorislav Petkov <bp@suse.de>
Wed, 4 Feb 2015 08:11:17 +0000 (09:11 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 23 Feb 2015 12:54:14 +0000 (13:54 +0100)
commita77600cd03a44e54df99ea742e02f4899b82c8e1
treee2567d4005ac6416691d666a1721e9cd01fbeafa
parent84d95ad4cb9015ea953bf14cea05ba371d4d42bb
x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macro

Make it execute the ERMS version if support is present and we're in the
forward memmove() part and remove the unfolded alternatives section
definition.

Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/lib/memmove_64.S