Skip to content

Commit

Permalink
x86: make additional_cpus static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed May 4, 2008
1 parent dbe55f4 commit c5562fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c5562fa

Please sign in to comment.