From: Franck Bui-Huu Date: Thu, 3 Aug 2006 07:29:21 +0000 (+0200) Subject: [MIPS] Improve unwind_stack() X-Git-Tag: v2.6.19-rc1~1061 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d157d5eac29d7d5559fdcabf20f3961bc5cb3e7;p=pandora-kernel.git [MIPS] Improve unwind_stack() This patch allows unwind_stack() to return ra for leaf function. But it tries to detects cases where get_frame_info() wrongly consider nested function as a leaf one. It also pass 'unsinged long *sp' instead of 'unsigned long **sp' as second parameter. The code looks cleaner. Signed-off-by: Franck Bui-Huu Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed