]> xenbits.xensource.com Git - xen.git/commit
x86/string: Clean up x86/string.h
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 12 May 2017 14:07:16 +0000 (15:07 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 31 May 2017 13:05:25 +0000 (14:05 +0100)
commit78825e1c60faadf99d9ed6c1a01a617b7543f506
treea2d27c7964e76e1b065bea9b5d4f01364e9211b7
parentb9088aa7e8959566b9c27fb9e225b3a7efa882eb
x86/string: Clean up x86/string.h

 * None of the GCC docs mention memmove() in its list of builtins even today,
   but 4.1 does have the builtin, meaning that all currently supported
   compilers have it.
 * Consistently use Xen style, matching the common code, and introduce symbol
   definitions for function pointer use.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <JBeulich@suse.com>
xen/arch/x86/string.c
xen/include/asm-x86/string.h