summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/mpparse.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-05-22 21:54:51 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 10:01:25 (GMT)
commitf3918352909f839a7b0dbf9b3f81d2e183c46f88 (patch)
tree3ef0c9f4ca64782c035e322a5b21384b1a164d13 /arch/x86/kernel/mpparse.c
parentb3e2416465bc9140bfd209f247e6a789f68f0d19 (diff)
downloadlinux-fsl-qoriq-f3918352909f839a7b0dbf9b3f81d2e183c46f88.tar.xz
x86: move pic_mode to apic_32.c
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r--arch/x86/kernel/mpparse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
index e61523a..b72c046 100644
--- a/arch/x86/kernel/mpparse.c
+++ b/arch/x86/kernel/mpparse.c
@@ -48,8 +48,6 @@ int mp_bus_id_to_pci_bus[MAX_MP_BUSSES] = {[0 ... MAX_MP_BUSSES - 1] = -1 };
static int mp_current_pci_id;
-int pic_mode;
-
/*
* Intel MP BIOS table parsing routines:
*/