[PATCH] x86_64 irq: Begin consolidating per_irq data in structures.
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 23 Feb 2007 11:32:47 +0000 (04:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 26 Feb 2007 18:34:08 +0000 (10:34 -0800)
commit13a79503ab4a0f602c6806b2572b3338994b55d2
treeeaecd1808daecb7beebff60e5e71c6823a759d46
parente273d140d9d0c2c7941d97a6ace455113bb4ec63
[PATCH] x86_64 irq: Begin consolidating per_irq data in structures.

Currently the io_apic.c has several parallel arrays for different
kinds of data that can be know about an irq.  The parallel arrays
make the code harder to maintain and make it difficult to remove
the static limits on the number of the number of irqs.

This patch pushes irq_data and irq_vector into a irq_cfg array and
updates the code to use it.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/io_apic.c