x86/vsmp: Ignore IOAPIC IRQ affinity if possible
authorRavikiran Thirumalai <kiran.thirumalai@gmail.com>
Sat, 2 Jun 2012 22:11:35 +0000 (01:11 +0300)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 Jun 2012 08:59:13 +0000 (10:59 +0200)
commit110c1e1f1bf61e5dca53ff5c9dc75243ce87c002
treee2b892c3ea56692c1560c63d874a3d870fcf3190
parent7db971b235480849aa5b9209b67b62e987b3181b
x86/vsmp: Ignore IOAPIC IRQ affinity if possible

vSMP can route interrupts more optimally based on internal
knowledge the OS does not have. In order to support this
optimization, all CPUs must be able to handle all possible
IOAPIC interrupts.

Fix this by setting the vector allocation domain for all CPUs
and by enabling this feature in vSMP.

Signed-off-by: Ravikiran Thirumalai <kiran.thirumalai@gmail.com>
Signed-off-by: Shai Fultheim <shai@scalemp.com>
[ Rebased, simplified, and reworded the commit message. ]
Signed-off-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/vsmp_64.c