aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/parisc/kernel/time.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c
index d1db8e518654..5cbc286cd086 100644
--- a/arch/parisc/kernel/time.c
+++ b/arch/parisc/kernel/time.c
@@ -196,8 +196,7 @@ static int cr16_update_callback(void)
196 /* since the cr16 cycle counters are not syncronized across CPUs, 196 /* since the cr16 cycle counters are not syncronized across CPUs,
197 we'll check if we should switch to a safe clocksource: */ 197 we'll check if we should switch to a safe clocksource: */
198 if (clocksource_cr16.rating != 0 && num_online_cpus() > 1) { 198 if (clocksource_cr16.rating != 0 && num_online_cpus() > 1) {
199 clocksource_cr16.rating = 0; 199 clocksource_change_rating(&clocksource_cr16, 0);
200 clocksource_reselect();
201 change = 1; 200 change = 1;
202 } 201 }
203 202