]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] x86-64: check vector in setup_ioapic_dest to verify if need setup_IO_APIC_irq
authorYinghai Lu <yinghai.lu@amd.com>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:19 +0000 (02:14 +0100)
commitad892f5e0d01f3c3b475a688d1ddc211cf3ea56d
treedcbf5cf7cc237e5d3d85ab133525001423ffca42
parentf6ca8083c261864fc9de94ef99c3311ea259c5c3
[PATCH] x86-64: check vector in setup_ioapic_dest to verify if need setup_IO_APIC_irq

setup_IO_APIC_irqs could fail to get vector for some device when you have too
many devices, because at that time only boot cpu is online.  So check vector
for irq in setup_ioapic_dest and call setup_IO_APIC_irq to make sure IO-APIC
irq-routing table is initialized.

Also seperate setup_IO_APIC_irq from setup_IO_APIC_irqs.

Signed-off-by: Yinghai Lu <yinghai.lu@amd.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
arch/x86_64/kernel/io_apic.c