diff options
| author | Jeff Dike <[email protected]> | 2007-05-06 14:51:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-05-07 12:13:02 -0700 |
| commit | 5d86456d3852cb95a38d2b23fe01cede54984ba5 (patch) | |
| tree | a0e973d629717d93c7b4dc32ad7afd9e64f5f974 /include/linux/debugobjects.h | |
| parent | ccdddb57874522e6b267204f9c5e94ba7d9d66b0 (diff) | |
uml: tidy fault code
Tidying in preparation for the segfault register dumping patch which follows.
void * pointers are changed to union uml_pt_regs *. This makes the types
match reality, except in arch_fixup, which is changed to operate on a union
uml_pt_regs. This fixes a bug in the call from segv_handler, which passes a
union uml_pt_regs, to segv, which expects to pass a struct sigcontext to
arch_fixup.
Whitespace and other style fixes.
There's also a errno printk fix.
Signed-off-by: Jeff Dike <[email protected]>
Cc: Paolo 'Blaisorblade' Giarrusso <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions