patch-2.4.0-test12 linux/include/asm-m68k/entry.h
Next file: linux/include/asm-m68k/fcntl.h
Previous file: linux/include/asm-m68k/bitops.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Nov 27 18:03:41 2000
- Orig file:
v2.4.0-test11/linux/include/asm-m68k/entry.h
- Orig date:
Mon Jan 31 10:32:53 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-m68k/entry.h linux/include/asm-m68k/entry.h
@@ -49,13 +49,13 @@
LFLUSH_I_AND_D = 0x00000808
LSIGTRAP = 5
-/* process bits for task_struct.flags */
-PF_TRACESYS_OFF = 3
-PF_TRACESYS_BIT = 5
-PF_PTRACED_OFF = 3
-PF_PTRACED_BIT = 4
-PF_DTRACE_OFF = 1
-PF_DTRACE_BIT = 5
+/* process bits for task_struct.ptrace */
+PT_TRACESYS_OFF = 3
+PT_TRACESYS_BIT = 1
+PT_PTRACED_OFF = 3
+PT_PTRACED_BIT = 0
+PT_DTRACE_OFF = 3
+PT_DTRACE_BIT = 2
#define SAVE_ALL_INT save_all_int
#define SAVE_ALL_SYS save_all_sys
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)