diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2011-05-19 03:31:35 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-05-20 15:40:56 +0400 |
commit | b69c6c3becc102f3eebc4ebba582abfe76be3f45 (patch) | |
tree | 3c31978e0dcdbe372208d6eaed691ab171f0ede3 /arch/x86/include | |
parent | 15bac20bd8a039e9acb274785be82772e1237eed (diff) | |
download | linux-b69c6c3becc102f3eebc4ebba582abfe76be3f45.tar.xz |
x86, ioapic: Add struct ioapic
Introduce struct ioapic with nr_registers field.
This will pave way for consolidating different MAX_IO_APICS
arrays into it.
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: daniel.blueman@gmail.com
Link: http://lkml.kernel.org/r/20110518233157.744315519@sbsiddha-MOBL3.sc.intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/io_apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index f46984e45094..147700a3f56c 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h @@ -105,7 +105,6 @@ struct IR_IO_APIC_route_entry { * # of IO-APICs and # of IRQ routing registers */ extern int nr_ioapics; -extern int nr_ioapic_registers[MAX_IO_APICS]; #define MP_MAX_IOAPIC_PIN 127 |