]> git.neil.brown.name Git - history.git/commitdiff
[SPARC64]: Need to export up_clock_tick on uniprocessor.
authorJoshua Uziel <uzi@uzix.org>
Tue, 11 Mar 2003 08:12:28 +0000 (00:12 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Tue, 11 Mar 2003 08:12:28 +0000 (00:12 -0800)
arch/sparc64/kernel/sparc64_ksyms.c

index 18f9060b8bd2cf33ae29003a2b439a2d3fcc4902..874972c4c5e669f0253a71e7dca3bcb3c9c9a5ad 100644 (file)
@@ -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);