]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sched.h
Merge branch 'x86/core' into x86/kconfig
[linux-2.6-omap-h63xx.git] / include / linux / sched.h
index a7c7698583bb15bae4de5b0da9b8aeda61019c5f..46d680643f894b62f80adc7195fd069e62d452e3 100644 (file)
@@ -1418,6 +1418,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