summaryrefslogtreecommitdiff
path: root/include/asm-alpha
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-03-13 00:44:37 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-13 00:44:37 -0800
commite1c5659448192528fe6ea13dfc6ea9a9d85b73fb (patch)
tree227ea50bdefa9b27f1453a72c538057820003ad8 /include/asm-alpha
parenta1a57d660997752e4f012a190c40e37df53b57cb (diff)
[PATCH] smp{,boot}.c cleanups
This patch contains the following cleanups on several architectures: - make some needlessly global code static - remove the following write-only (except for printk's) variables: - cache_decay_ticks - smp_threads_ready - cacheflush_time I've only tried the compilation on i386, but I hope all mistakes I made are on unimportant architectures. ;-) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-alpha')
-rw-r--r--include/asm-alpha/timex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-alpha/timex.h b/include/asm-alpha/timex.h
index f3737a1ee698..afa0c45e3e98 100644
--- a/include/asm-alpha/timex.h
+++ b/include/asm-alpha/timex.h
@@ -20,7 +20,6 @@
*/
typedef unsigned int cycles_t;
-extern cycles_t cacheflush_time;
static inline cycles_t get_cycles (void)
{