ioapic: Allow user to specify irq's destination CPU
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 21 May 2009 13:38:45 +0000 (21:38 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 21 May 2009 14:13:12 +0000 (22:13 +0800)
commitdb958607d541d6d0223c29e1fc962d280aaa54aa
treeb53d5d34e67c92f662d3239578f3e22dd49a7722
parent0c8fbc51d221ee2b9019302cdcef4c4c5029c56d
ioapic: Allow user to specify irq's destination CPU

hw.irq.X.dest is checked when programming ioapic and the corresponding
ithread will be created on the same CPU as the irq's destination CPU.
sys/kern/kern_intr.c
sys/platform/pc32/apic/mpapic.c