]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: don't pretend that non-framepointer stack traces are reliable
authorArjan van de Ven <arjan@infradead.org>
Sat, 7 Feb 2009 20:23:37 +0000 (12:23 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 08:45:29 +0000 (09:45 +0100)
Without frame pointers enabled, the x86 stack traces should not
pretend to be reliable; instead they should just be what they are:
unreliable.

The effect of this is that they have a '?' printed in the stacktrace,
to warn the reader that these entries are guesses rather than known
based on more reliable information.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found