asmlinkage, x86: Fix 32bit memcpy for LTO
authorAndi Kleen <ak@linux.intel.com>
Sat, 8 Feb 2014 07:52:07 +0000 (08:52 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 14 Feb 2014 02:14:46 +0000 (18:14 -0800)
commita9143296dd612dceb0765229ccfb13fd642e2840
tree33ec9a0608fd075387bccb8625ffbb620398af88
parenta7330c997d0f74d909a7d3553b1d550d8be2b61a
asmlinkage, x86: Fix 32bit memcpy for LTO

These functions can be called implicitely from gcc, and thus need to be
visible.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1391845930-28580-11-git-send-email-ak@linux.intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/lib/memcpy_32.c