patch-2.4.0-test5 linux/arch/ia64/tools/print_offsets.awk
Next file: linux/arch/ia64/tools/print_offsets.c
Previous file: linux/arch/ia64/tools/Makefile
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Jul 14 16:08:12 2000
- Orig file:
v2.4.0-test4/linux/arch/ia64/tools/print_offsets.awk
- Orig date:
Thu Feb 10 17:11:03 2000
diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/tools/print_offsets.awk linux/arch/ia64/tools/print_offsets.awk
@@ -9,9 +9,10 @@
print " */"
#
# This is a cheesy hack. Make sure that
- # PF_PTRACED == 1<<PF_PTRACED_BIT.
+ # PT_PTRACED == 1<<PT_PTRACED_BIT.
#
- print "#define PF_PTRACED_BIT 4"
+ print "#define PT_PTRACED_BIT 0"
+ print "#define PT_TRACESYS_BIT 1"
}
# look for .tab:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)