···196 /* since the cr16 cycle counters are not syncronized across CPUs,197 we'll check if we should switch to a safe clocksource: */198 if (clocksource_cr16.rating != 0 && num_online_cpus() > 1) {199- clocksource_cr16.rating = 0;200- clocksource_reselect();201 change = 1;202 }203
···196 /* since the cr16 cycle counters are not syncronized across CPUs,197 we'll check if we should switch to a safe clocksource: */198 if (clocksource_cr16.rating != 0 && num_online_cpus() > 1) {199+ clocksource_change_rating(&clocksource_cr16, 0);0200 change = 1;201 }202