]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sched.h
Merge branch 'core/locking' into tracing/ftrace
[linux-2.6-omap-h63xx.git] / include / linux / sched.h
index 5b9424eaa58f6dbb2542ff069a5d8c86b7165176..89cd308cc7a5bdf92e510b1fc9a785d79bd3ec9c 100644 (file)
@@ -1423,6 +1423,9 @@ struct task_struct {
 #endif
 };
 
+/* Future-safe accessor for struct task_struct's cpus_allowed. */
+#define tsk_cpumask(tsk) (&(tsk)->cpus_allowed)
+
 /*
  * Priority of a process goes from 0..MAX_PRIO-1, valid RT
  * priority is 0..MAX_RT_PRIO-1, and SCHED_NORMAL/SCHED_BATCH