From: Heiko Carstens Date: Thu, 29 Jun 2006 12:56:23 +0000 (+0200) Subject: [S390] incomplete stack traces. X-Git-Tag: v2.6.18-rc1~360^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7380534314865528ef080593b291bba32fba60e8;p=pandora-kernel.git [S390] incomplete stack traces. show_stack() passes a pointer to the current stack frame to show_trace(). Because of tail call optimization the pointer doesn't point to the original stack frame anymory and therefore traces are wrong. Don't pass the pointer of the current stack frame to show_trace(). Instead let show_trace() calculate the pointer on its own. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed