|
@@ -145,7 +145,8 @@ static void clocksource_watchdog(unsigned long data)
|
|
* Cycle through CPUs to check if the CPUs stay
|
|
* Cycle through CPUs to check if the CPUs stay
|
|
* synchronized to each other.
|
|
* synchronized to each other.
|
|
*/
|
|
*/
|
|
- int next_cpu = next_cpu_nr(raw_smp_processor_id(), cpu_online_map);
|
|
|
|
|
|
+ int next_cpu = cpumask_next(raw_smp_processor_id(),
|
|
|
|
+ cpu_online_mask);
|
|
|
|
|
|
if (next_cpu >= nr_cpu_ids)
|
|
if (next_cpu >= nr_cpu_ids)
|
|
next_cpu = cpumask_first(cpu_online_mask);
|
|
next_cpu = cpumask_first(cpu_online_mask);
|