From: Jeff Dike Date: Sat, 7 May 2005 04:30:55 +0000 (-0700) Subject: [PATCH] uml: x86_64 fixes X-Git-Tag: v2.6.12-rc4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d58cc9a437f3833d242e9d1617ec9b4044e26f3;p=pandora-kernel.git [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 Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed