Copy (and adapt) to UML the stack code dumper used in i386 when CONFIG_FRAME_POINTER is enabled.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds
#ifndef __UM_SYSRQ_H #define __UM_SYSRQ_H struct task_struct; extern void show_trace(struct task_struct* task, unsigned long *stack); #endif