Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00d1f3c3 authored by Kyle McMartin's avatar Kyle McMartin
Browse files

[PARISC] clocksource_cr16: Use clocksource_change_rating()

parent 0ff851e1
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -196,8 +196,7 @@ static int cr16_update_callback(void)
	/* since the cr16 cycle counters are not syncronized across CPUs,
	/* since the cr16 cycle counters are not syncronized across CPUs,
	   we'll check if we should switch to a safe clocksource: */
	   we'll check if we should switch to a safe clocksource: */
	if (clocksource_cr16.rating != 0 && num_online_cpus() > 1) {
	if (clocksource_cr16.rating != 0 && num_online_cpus() > 1) {
		clocksource_cr16.rating = 0;
		clocksource_change_rating(&clocksource_cr16, 0);
		clocksource_reselect();
		change = 1;
		change = 1;
	}
	}