aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/genx2apic_phys.c2
-rw-r--r--arch/x86/kernel/genx2apic_uv_x.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/genx2apic_phys.c b/arch/x86/kernel/genx2apic_phys.c
index f35a3bf3a9e5..3229c68aedd4 100644
--- a/arch/x86/kernel/genx2apic_phys.c
+++ b/arch/x86/kernel/genx2apic_phys.c
@@ -10,8 +10,6 @@
10#include <asm/ipi.h> 10#include <asm/ipi.h>
11#include <asm/genapic.h> 11#include <asm/genapic.h>
12 12
13DEFINE_PER_CPU(int, x2apic_extra_bits);
14
15static int x2apic_phys; 13static int x2apic_phys;
16 14
17static int set_x2apic_phys_mode(char *arg) 15static int set_x2apic_phys_mode(char *arg)
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
29DEFINE_PER_CPU(int, x2apic_extra_bits);
30
29static enum uv_system_type uv_system_type; 31static enum uv_system_type uv_system_type;
30 32
31static int __init uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id) 33static int __init uv_acpi_madt_oem_check(char *oem_id, char *oem_table_id)