kernel-ark/arch/um/os-Linux
akpm@linux-foundation.org 00699e8472 uml: fix WARNING: vmlinux: 'memcpy' exported twice
Fix the following warning on x86_64:

LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux: 'memcpy' exported twice. Previous export was in vmlinux

For x86_64, this symbol is already exported from arch/um/sys-x86_64/ksyms.c.

Reported-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Tested-by: Boaz Harrosh <bharrosh@panasas.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-03-12 16:20:23 -07:00
..
drivers um: Kill directly reference of netdev->priv 2008-12-04 15:07:33 -08:00
skas x86, um: get rid of excessive includes of uml-config.h 2008-10-22 22:55:22 -07:00
sys-i386 uml: remove include of asm/user.h 2008-06-12 18:05:40 -07:00
sys-x86_64 uml: deal with inaccessible address space start 2008-06-06 11:29:10 -07:00
aio.c
elf_aux.c
execvp.c
file.c
helper.c uml: PATH_MAX needs limits.h 2008-06-06 11:29:10 -07:00
irq.c
main.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
Makefile uml: remove the dead TTY_LOG code 2008-10-16 11:21:30 -07:00
mem.c
process.c
registers.c
sigio.c UML: make several more things static 2008-07-24 10:47:24 -07:00
signal.c UML: make several more things static 2008-07-24 10:47:24 -07:00
start_up.c uml: work around broken host PTRACE_SYSEMU 2008-06-12 18:05:40 -07:00
time.c uml: deal with host time going backwards 2008-06-06 11:29:10 -07:00
tls.c
tty.c
uaccess.c
umid.c UML: make several more things static 2008-07-24 10:47:24 -07:00
user_syms.c uml: fix WARNING: vmlinux: 'memcpy' exported twice 2009-03-12 16:20:23 -07:00
util.c