[PATCH] i386/x86_64: Remove global IO_APIC_VECTOR
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 8 Oct 2006 13:43:46 +0000 (07:43 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 8 Oct 2006 19:24:02 +0000 (12:24 -0700)
commitb940d22d58c41b2ae491dca9232850f6f38f3653
tree86a6a44c791ac55f1ea0f76f61248df55d20cf6a
parent7da5d406792eedb5341a8c20296470b2e67743e7
[PATCH] i386/x86_64: Remove global IO_APIC_VECTOR

Which vector an irq is assigned to now varies dynamically and is
not needed outside of io_apic.c.  So remove the possibility
of accessing the information outside of io_apic.c and remove
the silly macro that makes looking for users of irq_vector
difficult.

The fact this compiles ensures there aren't any more pieces
of the old CONFIG_PCI_MSI weirdness that I failed to remove.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/io_apic.c
arch/x86_64/kernel/io_apic.c
include/asm-i386/hw_irq.h
include/asm-x86_64/hw_irq.h