From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:35 +0000 (+0200) Subject: [PATCH] i386: move kernel_thread_helper into entry.S X-Git-Tag: v2.6.19-rc1~1077^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ba1a32dbd3d406530a17a2643a8f0f8cbf3acc;p=pandora-kernel.git [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 --- Reading git-diff-tree failed