commit | 50f72b57946d565db74fae71bac23f3f319311c8 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Sun Oct 09 16:11:44 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 10 08:37:59 2005 -0700 |
tree | 88d18c8576258846723670a239e8782ddf33642e | |
parent | 3dd083255ddcfa87751fa8e32f61a9547a15a541 [diff] |
[PATCH] uml: fix x86_64 with !CONFIG_FRAME_POINTER UML/x86_64 doesn't run when built with frame pointers disabled. There was an implicit frame pointer assumption in the stub segfault handler. With frame pointers disabled, UML dies on handling its first page fault. The container-of part of this is from Paolo Giarrusso <blaisorblade@yahoo.it>. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>