From: Kim Phillips Date: Thu, 17 May 2012 15:11:45 +0000 (+0000) Subject: powerpc: Fix irq distribution X-Git-Tag: v3.5-rc1~132^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2074b1d9d53ae696dd3f49482bad43254f40f01d;p=pandora-kernel.git powerpc: Fix irq distribution setting CONFIG_IRQ_ALL_CPUS distributes IRQs to CPUs only when the number of online CPUs equals NR_CPUS. See commit 280ff97494e0fef4124bee5c52e39b23a18dd283 "sparc64: fix and optimize irq distribution" for more details. Using the online mask fixes IRQ-to-CPU distribution on systems that boot with less than NR_CPUS. Signed-off-by: Kim Phillips Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed