diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 211ed32befbd..e89857812be6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1553,7 +1553,7 @@ struct task_struct { | |||
1553 | }; | 1553 | }; |
1554 | 1554 | ||
1555 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ | 1555 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ |
1556 | #define tsk_cpumask(tsk) (&(tsk)->cpus_allowed) | 1556 | #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed) |
1557 | 1557 | ||
1558 | /* | 1558 | /* |
1559 | * Priority of a process goes from 0..MAX_PRIO-1, valid RT | 1559 | * Priority of a process goes from 0..MAX_PRIO-1, valid RT |