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)
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

Simple merge