diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-03-13 00:44:37 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-13 00:44:37 -0800 |
| commit | e1c5659448192528fe6ea13dfc6ea9a9d85b73fb (patch) | |
| tree | 227ea50bdefa9b27f1453a72c538057820003ad8 /include/asm-sh | |
| parent | a1a57d660997752e4f012a190c40e37df53b57cb (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-sh')
| -rw-r--r-- | include/asm-sh/timex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sh/timex.h b/include/asm-sh/timex.h index bd2f43571fca..a873e24113cf 100644 --- a/include/asm-sh/timex.h +++ b/include/asm-sh/timex.h @@ -10,8 +10,6 @@ typedef unsigned long long cycles_t; -extern cycles_t cacheflush_time; - static __inline__ cycles_t get_cycles (void) { return 0; |
