X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=kernel%2Frcutorture.c;h=fd599829e72a5d49a5852272ba234be8c38accaf;hb=7a97146cc6e8145f65abfee36e56de7b8061c34f;hp=c3e165c2318f16657023d7693dd6a77762945861;hpb=95b00786f3b8fa99f53931361beeb4c10504ad87;p=deliverable%2Flinux.git diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index c3e165c2318f..fd599829e72a 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c @@ -726,11 +726,11 @@ static void rcu_torture_shuffle_tasks(void) cpumask_t tmp_mask = CPU_MASK_ALL; int i; - lock_cpu_hotplug(); + get_online_cpus(); /* No point in shuffling if there is only one online CPU (ex: UP) */ if (num_online_cpus() == 1) { - unlock_cpu_hotplug(); + put_online_cpus(); return; } @@ -762,7 +762,7 @@ static void rcu_torture_shuffle_tasks(void) else rcu_idle_cpu--; - unlock_cpu_hotplug(); + put_online_cpus(); } /* Shuffle tasks across CPUs, with the intent of allowing each CPU in the