[PARISC] clocksource_cr16: Use clocksource_change_rating()

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

+1 -2
+1 -2
arch/parisc/kernel/time.c
··· 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); 200 change = 1; 201 } 202