commit | 02ba1a32dbd3d406530a17a2643a8f0f8cbf3acc | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:35 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:35 2006 +0200 |
tree | 34264fe17596eb3c83e485c26094d246e8841dac | |
parent | 3d08a256da8aed5300bd0752200ece426f49b050 [diff] |
[PATCH] i386: move kernel_thread_helper into entry.S And add proper CFI annotation to it which was previously impossible. This prevents "stuck" messages by the dwarf2 unwinder when reaching the top of a kernel stack. Includes feedback from Jan Beulich Cc: jbeulich@novell.com Signed-off-by: Andi Kleen <ak@suse.de>