From f531c54c85dafe6bd15ed3b30499f8cbff27bf12 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sun, 22 Jul 2007 11:12:33 +0200 Subject: [PATCH] --- yaml --- r: 62477 b: refs/heads/master c: fbab6e7a5cdcc53c2f56404ae0f7f5a3fd48f609 h: refs/heads/master i: 62475: 240bf1785b10a47b6f9279cf978c8995e5480169 v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/smpboot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 97c5e9cad0e4..2e74a5a66b32 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f4e956b313dcccbc7be6f10808952345e3b638c +refs/heads/master: fbab6e7a5cdcc53c2f56404ae0f7f5a3fd48f609 diff --git a/trunk/arch/i386/kernel/smpboot.c b/trunk/arch/i386/kernel/smpboot.c index 5910d3fac561..e4f61d1c6248 100644 --- a/trunk/arch/i386/kernel/smpboot.c +++ b/trunk/arch/i386/kernel/smpboot.c @@ -308,7 +308,7 @@ cpumask_t cpu_coregroup_map(int cpu) /* representing cpus for which sibling maps can be computed */ static cpumask_t cpu_sibling_setup_map; -void set_cpu_sibling_map(int cpu) +void __cpuinit set_cpu_sibling_map(int cpu) { int i; struct cpuinfo_x86 *c = cpu_data;