commit | 20c0d2d4402973050e7aad8a481ec6f847ee40d8 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Sun Mar 26 01:37:01 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:56:53 2006 -0800 |
tree | a3fc29f54187aa9d2dad25a018011443ca83d7ff | |
parent | 841b8a46bffec232377d2de157f971e812be4fe4 [diff] |
[PATCH] i386: pass proper trap numbers to die chain handlers Pass the trap number causing the call to notify_die() to the die notification handler chain in a number of instances. Also, honor the return value from the handler chain invocation in die() as, through a debugger, the fault may have been fixed. Signed-off-by: Jan Beulich <jbeulich@novell.com> Acked-By: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>