aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRoel Kluin <[email protected]>2009-06-16 15:33:32 -0700
committerLinus Torvalds <[email protected]>2009-06-16 19:47:47 -0700
commitb08cd961cc3869e14d841a3ed1641f47b11348f3 (patch)
treee7c323fbfd938c9c07810367d1a6260c7ecf6f29 /include/linux
parent276c974ac7965e7335f0f4ab945729d8f30f11b5 (diff)
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 <[email protected]> Cc: WANG Cong <[email protected]> Cc: Jeff Dike <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions