commit | c05991ed12fd71e539dd8de8f5663450cd0c934c | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Aug 30 19:37:08 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Aug 30 16:05:15 2006 -0700 |
tree | e9a86dac1c2bf688d0683be97a5de32af59c175e | |
parent | 11012d419cfc0e0f78ca356aca03674217910124 [diff] |
[PATCH] x86_64: Add kernel thread stack frame termination for properly stopping stack unwinds. One open question: Should these added pushes perhaps be made conditional upon CONFIG_STACK_UNWIND or CONFIG_UNWIND_INFO? [AK: Not needed -- these are all very slow paths] Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>