um: Rewrite show_stack()

Currently on UML stack traces are not very reliable and both
x86 and x86_64 have their on implementations.
This patch unifies both and adds support to outline unreliable
functions calls.

Signed-off-by: Richard Weinberger <richard@nod.at>
Šī revīzija ir iekļauta:
Richard Weinberger
2013-09-23 17:38:01 +02:00
vecāks 5e01dc7b26
revīzija 9d1ee8ce92
6 mainīti faili ar 64 papildinājumiem un 106 dzēšanām

Parādīt failu

@@ -234,7 +234,6 @@ static int panic_exit(struct notifier_block *self, unsigned long unused1,
void *unused2)
{
bust_spinlocks(1);
show_regs(&(current->thread.regs));
bust_spinlocks(0);
uml_exitcode = 1;
os_dump_core();