summaryrefslogtreecommitdiff
path: root/init
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 /init
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 'init')
-rw-r--r--init/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index 4d493a2d96b9..dfa5cc66b3d9 100644
--- a/init/main.c
+++ b/init/main.c
@@ -361,7 +361,6 @@ static void __init smp_init(void)
#if 0
/* Get other processors into their bootup holding patterns. */
- smp_threads_ready=1;
smp_commence();
#endif
}