]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - arch/mips/kernel/time.c
[MIPS] Fix the installation condition of MIPS clocksource
[linux-2.6.git] / arch / mips / kernel / time.c
index 9f85d4cecc5b01568fefe151db2309111cf6fc8a..b45a7093ca2d07b65eb57251147fda2d88678591 100644 (file)
@@ -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();
 }