patch-2.4.22 linux-2.4.22/include/asm-ia64/ptrace.h

Next file: linux-2.4.22/include/asm-ia64/rwsem.h
Previous file: linux-2.4.22/include/asm-ia64/processor.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-ia64/ptrace.h linux-2.4.22/include/asm-ia64/ptrace.h
@@ -218,8 +218,10 @@
 # define user_mode(regs)		(((struct ia64_psr *) &(regs)->cr_ipsr)->cpl != 0)
 
   struct task_struct;			/* forward decl */
+  struct unw_frame_info;		/* forward decl */
 
   extern void show_regs (struct pt_regs *);
+  extern void ia64_do_show_stack (struct unw_frame_info *, void *);
   extern unsigned long ia64_get_user_rbs_end (struct task_struct *, struct pt_regs *,
 					      unsigned long *);
   extern long ia64_peek (struct task_struct *, struct switch_stack *, unsigned long,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)