Commit c5562fae authored by Adrian Bunk's avatar Adrian Bunk Committed by Ingo Molnar

x86: make additional_cpus static

This patch makes the needlessly global additional_cpus static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent dbe55f47
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment