Commit 5fb8203e authored by Joshua Uziel's avatar Joshua Uziel Committed by David S. Miller

[SPARC64]: Need to export up_clock_tick on uniprocessor.

parent bc77a3fb
......@@ -137,6 +137,11 @@ extern void mcount(void);
EXPORT_SYMBOL_NOVERS(mcount);
#endif
/* Uniprocessor clock frequency */
#ifndef CONFIG_SMP
EXPORT_SYMBOL(up_clock_tick);
#endif
/* Per-CPU information table */
EXPORT_SYMBOL(cpu_data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment