diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-22 17:54:51 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 06:01:25 -0400 |
commit | f3918352909f839a7b0dbf9b3f81d2e183c46f88 (patch) | |
tree | 3ef0c9f4ca64782c035e322a5b21384b1a164d13 /arch/x86/kernel | |
parent | b3e2416465bc9140bfd209f247e6a789f68f0d19 (diff) |
x86: move pic_mode to apic_32.c
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/mpparse.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index fa1be1d62916..848c603457fe 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -76,6 +76,8 @@ EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok); | |||
76 | */ | 76 | */ |
77 | int apic_verbosity; | 77 | int apic_verbosity; |
78 | 78 | ||
79 | int pic_mode; | ||
80 | |||
79 | static unsigned int calibration_result; | 81 | static unsigned int calibration_result; |
80 | 82 | ||
81 | static int lapic_next_event(unsigned long delta, | 83 | static int lapic_next_event(unsigned long delta, |
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index e61523a13ecd..b72c04602ad2 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 }; | |||
48 | 48 | ||
49 | static int mp_current_pci_id; | 49 | static int mp_current_pci_id; |
50 | 50 | ||
51 | int pic_mode; | ||
52 | |||
53 | /* | 51 | /* |
54 | * Intel MP BIOS table parsing routines: | 52 | * Intel MP BIOS table parsing routines: |
55 | */ | 53 | */ |