]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/parisc/kernel/smp.c
[PARISC] time: clocksource lost update_callback
[linux-2.6-omap-h63xx.git] / arch / parisc / kernel / smp.c
index 6ba9257fdb7f196587f1198398ee215d394a08fc..bb6e6a38e91194ffa7385fee41a1399669504512 100644 (file)
@@ -567,6 +567,10 @@ void __init smp_prepare_cpus(unsigned int max_cpus)
 
 void smp_cpus_done(unsigned int cpu_max)
 {
+       extern int update_cr16_clocksource(void);
+
+       update_cr16_clocksource();
+
        return;
 }