mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
b3461034d7
Copy (and adapt) to UML the stack code dumper used in i386 when CONFIG_FRAME_POINTER is enabled. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
7 lines
143 B
C
7 lines
143 B
C
#ifndef __UM_SYSRQ_H
|
|
#define __UM_SYSRQ_H
|
|
|
|
struct task_struct;
|
|
extern void show_trace(struct task_struct* task, unsigned long *stack);
|
|
|
|
#endif
|