Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / sparc / kernel / time_64.c
index 28b48f3eb256cca2548ce547f13304f9d966384b..db310aa00183cb0b92243cc234f9fcaedc03deeb 100644 (file)
@@ -176,6 +176,7 @@ static struct sparc64_tick_ops tick_operations __read_mostly = {
 };
 
 struct sparc64_tick_ops *tick_ops __read_mostly = &tick_operations;
+EXPORT_SYMBOL(tick_ops);
 
 static void stick_disable_irq(void)
 {
@@ -639,6 +640,7 @@ unsigned long sparc64_get_clock_tick(unsigned int cpu)
                return ft->clock_tick_ref;
        return cpu_data(cpu).clock_tick;
 }
+EXPORT_SYMBOL(sparc64_get_clock_tick);
 
 #ifdef CONFIG_CPU_FREQ