aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic.c
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-08-19 23:50:49 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-16 10:52:57 -0400
commit29ccbbf232c035b8c7ff0c5060fbe30a66ed9b99 (patch)
tree4b08233d4f1a9dee791e496103570c3acff30652 /arch/x86/kernel/io_apic.c
parent3eb2cce84beae8fd41de950569cafd5bca7edd5d (diff)
x86: remove first_free_entry/pin_map_size
no user now Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/io_apic.c')
-rw-r--r--arch/x86/kernel/io_apic.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/io_apic.c b/arch/x86/kernel/io_apic.c
index a466b04ad5a..5de2d38812a 100644
--- a/arch/x86/kernel/io_apic.c
+++ b/arch/x86/kernel/io_apic.c
@@ -72,13 +72,6 @@ int sis_apic_bug = -1;
72static DEFINE_SPINLOCK(ioapic_lock); 72static DEFINE_SPINLOCK(ioapic_lock);
73static DEFINE_SPINLOCK(vector_lock); 73static DEFINE_SPINLOCK(vector_lock);
74 74
75int first_free_entry;
76/*
77 * Rough estimation of how many shared IRQs there are, can
78 * be changed anytime.
79 */
80int pin_map_size;
81
82/* 75/*
83 * # of IRQ routing registers 76 * # of IRQ routing registers
84 */ 77 */