]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/wsp: Fix IRQ affinity setting
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 8 Feb 2012 18:11:01 +0000 (18:11 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 14 Feb 2012 04:01:38 +0000 (15:01 +1100)
commit5579d030a53a1c4356cfbfc87fc51b08a0d0b968
tree6a25b21e3dbe60e74513ac60b0f0071498edf7f8
parentbfafbe9f1d6264f310fb40e59d0613d3e95d96f9
powerpc/wsp: Fix IRQ affinity setting

We call the cache_hwirq_map() function with a linux IRQ number
but it expects a HW irq number. This triggers a BUG on multic-chip
setups in addition to not doing the right thing.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/wsp/ics.c