···196196 /* since the cr16 cycle counters are not syncronized across CPUs,197197 we'll check if we should switch to a safe clocksource: */198198 if (clocksource_cr16.rating != 0 && num_online_cpus() > 1) {199199- clocksource_cr16.rating = 0;200200- clocksource_reselect();199199+ clocksource_change_rating(&clocksource_cr16, 0);201200 change = 1;202201 }203202