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

Next file: linux-2.4.22/arch/ia64/kernel/signal.c
Previous file: linux-2.4.22/arch/ia64/kernel/setup.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ia64/kernel/sigframe.h linux-2.4.22/arch/ia64/kernel/sigframe.h
@@ -1,6 +1,6 @@
 struct sigscratch {
 	unsigned long scratch_unat;	/* ar.unat for the general registers saved in pt */
-	unsigned long pad;
+	unsigned long ar_pfs;		/* for syscalls, the user-level function-state  */
 	struct pt_regs pt;
 };
 

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