[PATCH] i386: move kernel_thread_helper into entry.S
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
commit02ba1a32dbd3d406530a17a2643a8f0f8cbf3acc
tree34264fe17596eb3c83e485c26094d246e8841dac
parent3d08a256da8aed5300bd0752200ece426f49b050
[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>
arch/i386/kernel/entry.S
arch/i386/kernel/process.c