patch-2.1.121 linux/arch/arm/lib/getconsdata.c

Next file: linux/arch/arm/lib/io-acorn.S
Previous file: linux/arch/arm/lib/fp_support.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.120/linux/arch/arm/lib/getconsdata.c linux/arch/arm/lib/getconsdata.c
@@ -24,8 +24,10 @@
 
 unsigned long TSK_STATE = OFF_TSK(state);
 unsigned long TSK_FLAGS = OFF_TSK(flags);
+unsigned long TSK_NEED_RESCHED = OFF_TSK(need_resched);
 unsigned long TSK_SIGPENDING = OFF_TSK(sigpending);
 unsigned long TSK_ADDR_LIMIT = OFF_TSK(addr_limit);
+unsigned long TSK_USED_MATH = OFF_TSK(used_math);
 
 unsigned long MM = OFF_TSK(mm);
 unsigned long PGD = OFF_MM(pgd);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov