dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/um/sys-x86_64/asm
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
..
archparam.h uml: remove useless comments 2009-04-01 08:59:17 -07:00
elf.h uml: bad macro expansion, parameter is member 2009-06-16 19:47:47 -07:00
module.h uml: remove useless comments 2009-04-01 08:59:17 -07:00
processor.h
ptrace.h