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

Commit 447cdf26 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[MIPS] Fix the installation condition of MIPS clocksource

parent 82933342
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,6 +157,6 @@ void __init time_init(void)
{
	plat_time_init();

	if (mips_clockevent_init() || !cpu_has_mfc0_count_bug())
	if (!mips_clockevent_init() || !cpu_has_mfc0_count_bug())
		init_mips_clocksource();
}