From: Thomas Gleixner Date: Tue, 4 Mar 2014 14:19:16 +0000 (+0100) Subject: irqchip: xtensa: Select only an online cpu X-Git-Tag: v3.15-rc1~152^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c331c8626f5d39722d07101c699c8e794f5629d;p=pandora-kernel.git irqchip: xtensa: Select only an online cpu The user space interface does not filter out offline cpus. It merily verifies that the mask contains at least one online cpu. So the selector in the irq chip implementation needs to make sure to pick only an online cpu because otherwise: Offline Core 1 Set affinity to 0xe Selector will pick first set bit, i.e. core 1 Signed-off-by: Thomas Gleixner Cc: Chris Zankel Cc: xtensa --- Reading git-diff-tree failed