# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Date 1191998420 -32400 # Node ID 679f88a2f502b318b41a708d9cf0e52854804915 # Parent 7c8ffd44bdab4a5c0c4b3a406e956b6c1a6077a9 add show_stack() prototype which will be used later. PATCHNAME: add_show_stack_prototype Signed-off-by: Isaku Yamahata diff -r 7c8ffd44bdab -r 679f88a2f502 xen/include/asm-ia64/linux-xen/asm/ptrace.h --- a/xen/include/asm-ia64/linux-xen/asm/ptrace.h Tue Oct 02 19:24:07 2007 +0900 +++ b/xen/include/asm-ia64/linux-xen/asm/ptrace.h Wed Oct 10 15:40:20 2007 +0900 @@ -199,6 +199,8 @@ static inline struct cpu_user_regs *vcpu } struct cpu_user_regs *guest_cpu_user_regs(void); + +extern void show_stack(struct task_struct *task, unsigned long *sp); #endif /*