From: Thomas Gleixner Date: Fri, 7 Nov 2008 11:33:49 +0000 (+0100) Subject: x86: apic honour irq affinity which was set in early boot X-Git-Tag: v2.6.28-rc7~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2e94033df5ca11149e52dd179b8dde3172e9bf;p=pandora-kernel.git x86: apic honour irq affinity which was set in early boot setup_ioapic_dest() is called after the non boot cpus have been brought up. It sets the irq affinity of all already configured interrupts to all cpus and ignores affinity settings which were done by the early bootup code. If the IRQ_NO_BALANCING or IRQ_AFFINITY_SET flags are set then use the affinity mask from the irq descriptor and not TARGET_CPUS. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed