[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080423095020.GI28933@cs181133002.pp.htv.fi>
Date: Wed, 23 Apr 2008 12:50:20 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Glauber Costa <gcosta@...hat.com>, Ingo Molnar <mingo@...e.hu>,
tglx@...utronix.de, hpa@...or.com
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] x86: make smp_b_stepping static
smp_b_stepping needlessly became global.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
9a408bf30cc7e5197f8d61f25139184edefd890d diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 3000fff..7d9b441 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -147,7 +147,7 @@ unsigned char *trampoline_base = __va(TRAMPOLINE_BASE);
static cpumask_t cpu_sibling_setup_map;
/* Set if we find a B stepping CPU */
-int __cpuinitdata smp_b_stepping;
+static int __cpuinitdata smp_b_stepping;
#if defined(CONFIG_NUMA) && defined(CONFIG_X86_32)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists