[PATCH] uml: x86_64 fixes
authorJeff Dike <jdike@addtoit.com>
Sat, 7 May 2005 04:30:55 +0000 (21:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 7 May 2005 05:09:31 +0000 (22:09 -0700)
commit2d58cc9a437f3833d242e9d1617ec9b4044e26f3
treee5c5f2b57b178a66fe880c0f534cbc791cf09147
parent0f7e663dea7f0e22f3b2d07156c5e9d2e8656610
[PATCH] uml: x86_64 fixes

This fixes some x86_64 bugs -

- maybe_map returns -1 on error instead of 0, which is interpreted as
  physical address 0

- removed an include of ipc.h, which isn't needed

- fixed the calculation of signal frame location

- the signal delivery code is now immune to the stack expansion check

- added a missing include

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/skas/uaccess.c
arch/um/kernel/syscall_kern.c
arch/um/kernel/trap_kern.c
arch/um/sys-x86_64/signal.c
arch/um/sys-x86_64/syscalls.c