aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpuset.c')
-rw-r--r--kernel/cpuset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index 69792bbe2281..961d74044deb 100644
--- a/kernel/cpuset.c
+++ b/kernel/cpuset.c
@@ -1432,7 +1432,7 @@ void cpuset_exit(struct task_struct *tsk)
1432 * tasks cpuset. 1432 * tasks cpuset.
1433 **/ 1433 **/
1434 1434
1435const cpumask_t cpuset_cpus_allowed(const struct task_struct *tsk) 1435cpumask_t cpuset_cpus_allowed(const struct task_struct *tsk)
1436{ 1436{
1437 cpumask_t mask; 1437 cpumask_t mask;
1438 1438