diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-22 16:20:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-24 07:00:05 -0400 |
commit | 510b37258dfd61693ca6c039865c78bd996e3718 (patch) | |
tree | 4308a8a23bb6d96319a035b18e8e79175c4ed2cd /arch/x86/kernel/genx2apic_uv_x.c | |
parent | fd60b39f845aa7462453af8aed4f059b162f181f (diff) |
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.c | 2 |
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 @@ | |||
26 | #include <asm/uv/uv_hub.h> | 26 | #include <asm/uv/uv_hub.h> |
27 | #include <asm/uv/bios.h> | 27 | #include <asm/uv/bios.h> |
28 | 28 | ||
29 | DEFINE_PER_CPU(int, x2apic_extra_bits); | ||
30 | |||
29 | static enum uv_system_type uv_system_type; | 31 | static enum uv_system_type uv_system_type; |
30 | 32 | ||
31 | static int __init uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id) | 33 | static int __init uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id) |