projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe55f4
)
x86: make additional_cpus static
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Apr 2008 21:31:37 +0000
(
00:31
+0300)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 4 May 2008 18:04:45 +0000
(20:04 +0200)
This patch makes the needlessly global additional_cpus static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/smpboot.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/smpboot.c
b/arch/x86/kernel/smpboot.c
index b78e4d47a42bd3f0c3bd9036ed9cf79c4a53775c..6b087ab6cd8f3e3ea6c35c4bbe73ae85ae0d0686 100644
(file)
--- a/
arch/x86/kernel/smpboot.c
+++ b/
arch/x86/kernel/smpboot.c
@@
-1306,7
+1306,7
@@
static void remove_siblinginfo(int cpu)
cpu_clear(cpu, cpu_sibling_setup_map);
}
-int additional_cpus __initdata = -1;
+
static
int additional_cpus __initdata = -1;
static __init int setup_additional_cpus(char *s)
{