ia64/xen-unstable
changeset 16108:64ffc61b940b
[IA64] vti domain save/restore: add show_stack() prototype
add show_stack() prototype which will be used later.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
add show_stack() prototype which will be used later.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Fri Oct 12 14:23:38 2007 -0600 (2007-10-12) |
parents | be791f4f6040 |
children | 3d11c7ad9e87 |
files | xen/include/asm-ia64/linux-xen/asm/ptrace.h |
line diff
1.1 --- a/xen/include/asm-ia64/linux-xen/asm/ptrace.h Fri Oct 12 14:17:00 2007 -0600 1.2 +++ b/xen/include/asm-ia64/linux-xen/asm/ptrace.h Fri Oct 12 14:23:38 2007 -0600 1.3 @@ -199,6 +199,8 @@ static inline struct cpu_user_regs *vcpu 1.4 } 1.5 1.6 struct cpu_user_regs *guest_cpu_user_regs(void); 1.7 + 1.8 +extern void show_stack(struct task_struct *task, unsigned long *sp); 1.9 #endif 1.10 1.11 /*