commit | 7a768d30caa30e66ba89659f1845cc35b1bfc715 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Feb 08 18:11:01 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Feb 14 15:01:38 2012 +1100 |
tree | 6a25b21e3dbe60e74513ac60b0f0071498edf7f8 | |
parent | e62894273c7572cb1bec39096df605f42a66e964 [diff] |
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>