patch-2.2.18 linux/arch/i386/kernel/traps.c
Next file: linux/arch/i386/lib/Makefile
Previous file: linux/arch/i386/kernel/time.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Mon Sep 11 17:51:59 2000
- Orig file:
v2.2.17/arch/i386/kernel/traps.c
- Orig date:
Sat Sep 9 18:42:32 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/i386/kernel/traps.c linux/arch/i386/kernel/traps.c
@@ -399,6 +399,7 @@
/* Ok, finally something we can handle */
tsk->tss.trap_no = 1;
tsk->tss.error_code = error_code;
+ tsk->tss.debugreg[DR_STATUS] = condition;
force_sig(SIGTRAP, tsk);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)