patch-2.4.22 linux-2.4.22/arch/ppc64/kernel/signal.c
Next file: linux-2.4.22/arch/ppc64/kernel/stab.c
Previous file: linux-2.4.22/arch/ppc64/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc64/kernel/signal.c
- Orig date:
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.21/arch/ppc64/kernel/signal.c linux-2.4.22/arch/ppc64/kernel/signal.c
@@ -101,6 +101,7 @@
err |= __put_user(from->si_pid, &to->si_pid);
switch (from->si_code >> 16) {
case __SI_FAULT >> 16:
+ err |= __put_user(from->si_addr, &to->si_addr);
break;
case __SI_CHLD >> 16:
err |= __put_user(from->si_utime, &to->si_utime);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)