These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / pistachio / time.c
index ab73f6f..1022201 100644 (file)
@@ -28,13 +28,18 @@ int get_c0_perfcount_int(void)
 }
 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
 
+int get_c0_fdc_int(void)
+{
+       return gic_get_c0_fdc_int();
+}
+
 void __init plat_time_init(void)
 {
        struct device_node *np;
        struct clk *clk;
 
        of_clk_init(NULL);
-       clocksource_of_init();
+       clocksource_probe();
 
        np = of_get_cpu_node(0, NULL);
        if (!np) {