dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Yinghai Lu 2008-07-22 13:20:22 -07:00 committed by Ingo Molnar
parent fd60b39f84
commit 510b37258d
2 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,6 @@
#include <asm/ipi.h>
#include <asm/genapic.h>
DEFINE_PER_CPU(int, x2apic_extra_bits);
static int x2apic_phys;
static int set_x2apic_phys_mode(char *arg)

View File

@ -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)