uml: memcpy export needs to follow host declaration
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Aug 2008 20:14:09 +0000 (16:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Aug 2008 18:15:38 +0000 (11:15 -0700)
commit4b09fd1b359a42f910881feca140ae0bf3efb28e
treeb0f57ea6d519f347513ca09320fb581689c37e7f
parent2babd2d9bbac17d4407d0592a2eee7db18278f00
uml: memcpy export needs to follow host declaration

commit 8bfd04b974689f700bbd053ad6e66b0a95fb80c9 upstream

x86_64 defines either memcpy or __memcpy depending on the gcc version, and
it looks like UML needs to follow that in its exporting.

Cc: Gabriel C <nix.or.die@googlemail.com>
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/um/sys-x86_64/ksyms.c