linux/arch/um/os-Linux
Jeff Dike 5d86456d38 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 <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-07 12:13:02 -07:00
..
drivers uml: remove page_size() 2007-05-07 12:13:02 -07:00
include
skas uml: tidy fault code 2007-05-07 12:13:02 -07:00
sys-i386 uml: remove user_util.h 2007-05-07 12:13:01 -07:00
sys-x86_64 [PATCH] uml: use correct register file size everywhere 2007-03-27 09:05:15 -07:00
aio.c
elf_aux.c [PATCH] uml: host VDSO fix 2007-03-01 14:53:38 -08:00
execvp.c
file.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
helper.c uml: remove page_size() 2007-05-07 12:13:02 -07:00
irq.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
main.c uml: add missing __init declarations 2007-05-07 12:13:01 -07:00
Makefile
mem.c uml: add missing __init declarations 2007-05-07 12:13:01 -07:00
process.c uml: remove page_size() 2007-05-07 12:13:02 -07:00
sigio.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
signal.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
start_up.c uml: add missing __init declarations 2007-05-07 12:13:01 -07:00
time.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
tls.c
trap.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
tt.c uml: remove page_size() 2007-05-07 12:13:02 -07:00
tty.c
tty_log.c
uaccess.c
umid.c
user_syms.c
util.c uml: remove page_size() 2007-05-07 12:13:02 -07:00