aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/cpuset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index c9837b74ab96..4ef4d7ecb9fb 100644
--- a/kernel/cpuset.c
+++ b/kernel/cpuset.c
@@ -2198,7 +2198,6 @@ void cpuset_cpus_allowed(struct task_struct *tsk, struct cpumask *pmask)
2198void cpuset_cpus_allowed_fallback(struct task_struct *tsk) 2198void cpuset_cpus_allowed_fallback(struct task_struct *tsk)
2199{ 2199{
2200 const struct cpuset *cs; 2200 const struct cpuset *cs;
2201 int cpu;
2202 2201
2203 rcu_read_lock(); 2202 rcu_read_lock();
2204 cs = task_cs(tsk); 2203 cs = task_cs(tsk);