]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/rcutorture.c
Remove documentation of non-existent sk_alloc arg
[linux-2.6-omap-h63xx.git] / kernel / rcutorture.c
index c3e165c2318f16657023d7693dd6a77762945861..fd599829e72a5d49a5852272ba234be8c38accaf 100644 (file)
@@ -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