diff options
Diffstat (limited to 'kernel/cpuset.c')
-rw-r--r-- | kernel/cpuset.c | 2 |
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) * tasks cpuset. **/ -const cpumask_t cpuset_cpus_allowed(const struct task_struct *tsk) +cpumask_t cpuset_cpus_allowed(const struct task_struct *tsk) { cpumask_t mask; |