patch-2.4.22 linux-2.4.22/arch/ia64/kernel/unwind_i.h

Next file: linux-2.4.22/arch/ia64/lib/memcpy_mck.S
Previous file: linux-2.4.22/arch/ia64/kernel/unwind.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ia64/kernel/unwind_i.h linux-2.4.22/arch/ia64/kernel/unwind_i.h
@@ -137,7 +137,8 @@
 	UNW_INSN_SETNAT_MEMSTK,		/* s[dst+1].nat.type = MEMSTK;
 					   s[dst+1].nat.off = *s.pri_unat - s[dst] */
 	UNW_INSN_SETNAT_TYPE,		/* s[dst+1].nat.type = val */
-	UNW_INSN_LOAD			/* s[dst] = *s[val] */
+	UNW_INSN_LOAD,			/* s[dst] = *s[val] */
+	UNW_INSN_MOVE_SCRATCH,		/* s[dst] = scratch reg "val" */
 };
 
 struct unw_insn {

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