patch-2.4.0-test2 linux/arch/i386/kernel/vm86.c
Next file: linux/arch/i386/math-emu/fpu_entry.c
Previous file: linux/arch/i386/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 19 18:10:44 2000
- Orig file:
v2.4.0-test1/linux/arch/i386/kernel/vm86.c
- Orig date:
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.4.0-test1/linux/arch/i386/kernel/vm86.c linux/arch/i386/kernel/vm86.c
@@ -443,7 +443,7 @@
}
if (trapno !=1)
return 1; /* we let this handle by the calling routine */
- if (current->flags & PF_PTRACED) {
+ if (current->ptrace & PT_PTRACED) {
unsigned long flags;
spin_lock_irqsave(¤t->sigmask_lock, flags);
sigdelset(¤t->blocked, SIGTRAP);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)