summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot_64.c
diff options
context:
space:
mode:
authorVegard Nossum2008-02-22 19:23:58 +0100
committerIngo Molnar2008-02-26 12:55:58 +0100
commit1650743cdc0db73478f72c57544ce79ea8f3dda6 (patch)
tree14d6218acfc06a20450cf80365a1854af4c096b0 /arch/x86/kernel/smpboot_64.c
parentx86: don't make swapper_pg_pmd global (diff)
downloadkernel-qcow2-linux-1650743cdc0db73478f72c57544ce79ea8f3dda6.tar.gz
kernel-qcow2-linux-1650743cdc0db73478f72c57544ce79ea8f3dda6.tar.xz
kernel-qcow2-linux-1650743cdc0db73478f72c57544ce79ea8f3dda6.zip
x86: don't save unreliable stack trace entries
Currently, there is no way for print_stack_trace() to determine whether a given stack trace entry was deemed reliable or not, simply because save_stack_trace() does not record this information. (Perhaps needless to say, this makes the saved stack traces A LOT harder to read, and probably with no other benefits, since debugging features that use save_stack_trace() most likely also require frame pointers, etc.) This patch reverts to the old behaviour of only recording the reliable trace entries for saved stack traces. Signed-off-by: Vegard Nossum <vegardno@ifi.uio.no> Acked-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
0 files changed, 0 insertions, 0 deletions