aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/genx2apic_uv_x.c
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-07-22 13:20:22 -0700
committerIngo Molnar <mingo@elte.hu>2008-07-24 13:00:05 +0200
commit510b37258dfd61693ca6c039865c78bd996e3718 (patch)
tree4308a8a23bb6d96319a035b18e8e79175c4ed2cd /arch/x86/kernel/genx2apic_uv_x.c
parentarch/x86/kernel/genx2apic_uv_x.c: Removed duplicated include (diff)
downloadlinux-dev-510b37258dfd61693ca6c039865c78bd996e3718.tar.xz
linux-dev-510b37258dfd61693ca6c039865c78bd996e3718.zip
x86: move declaring x2apic_extra_bits
it is for uv only Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Cc: Jack Steiner <steiner@sgi.com> Cc: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/genx2apic_uv_x.c')
-rw-r--r--arch/x86/kernel/genx2apic_uv_x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/genx2apic_uv_x.c b/arch/x86/kernel/genx2apic_uv_x.c
index 14a9772778e5..169388c4cce9 100644
--- a/arch/x86/kernel/genx2apic_uv_x.c
+++ b/arch/x86/kernel/genx2apic_uv_x.c
@@ -26,6 +26,8 @@
#include <asm/uv/uv_hub.h>
#include <asm/uv/bios.h>
+DEFINE_PER_CPU(int, x2apic_extra_bits);
+
static enum uv_system_type uv_system_type;
static int __init uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id)