alistair23-linux/arch/um/sys-x86_64
Roel Kluin b08cd961cc uml: bad macro expansion, parameter is member
`ELF_CORE_COPY_REGS(x, y)' will make expansions like:
`(y)[0] = (x)->x.gp[0]' but correct is `(y)[0] = (x)->regs.gp[0]'

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: WANG Cong <amwang@redhat.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-06-16 19:47:47 -07:00
..
asm uml: bad macro expansion, parameter is member 2009-06-16 19:47:47 -07:00
shared/sysdep x86, um: get rid of excessive includes of uml-config.h 2008-10-22 22:55:22 -07:00
bug.c uml: style fixes in arch/um/sys-x86_64 2008-02-05 09:44:31 -08:00
bugs.c
delay.c
fault.c
ksyms.c uml: memcpy export needs to follow host declaration 2008-06-06 11:29:10 -07:00
Makefile uml module: fix uml build process due to this merge 2009-06-12 21:47:02 +09:30
mem.c uml: remove useless comments 2009-04-01 08:59:17 -07:00
ptrace.c uml: style fixes in arch/um/sys-x86_64 2008-02-05 09:44:31 -08:00
ptrace_user.c uml: style fixes in arch/um/sys-x86_64 2008-02-05 09:44:31 -08:00
setjmp.S
signal.c
stub.S uml: fix a section warning 2009-06-16 19:47:47 -07:00
stub_segv.c uml: simplify SIGSEGV handling 2008-02-05 09:44:28 -08:00
syscall_table.c x86: Fix ASM_X86__ header guards 2008-10-22 22:55:23 -07:00
syscalls.c uml: kill processes instead of panicing kernel 2008-02-05 09:44:28 -08:00
sysrq.c uml: style fixes in arch/um/sys-x86_64 2008-02-05 09:44:31 -08:00
tls.c
user-offsets.c uml: tidy ptrace interface 2008-05-13 08:02:21 -07:00