From: Arjan van de Ven Date: Wed, 30 Jan 2008 12:33:07 +0000 (+0100) Subject: x86: pull bp calculation earlier into the backtrace path X-Git-Tag: v2.6.25-rc1~1143^2~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc27dc2f55fd3043597b5a8de6536183f28a449;p=pandora-kernel.git x86: pull bp calculation earlier into the backtrace path Right now, we take the stack pointer early during the backtrace path, but only calculate bp several functions deep later, making it hard to reconcile the stack and bp backtraces (as well as showing several internal backtrace functions on the stack with bp based backtracing). This patch moves the bp taking to the same place we take the stack pointer; sadly this ripples through several layers of the back tracing stack, but it's not all that bad in the end I hope. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed