commit | e242114afff0a41550e174cd787cdbafd34625de | [log] [tgz] |
---|---|---|
author | chenhui zhao <chenhui.zhao@freescale.com> | Mon May 27 21:59:43 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sat Jun 01 08:29:24 2013 +1000 |
tree | 5dc04865bd28f94e54a79a47a37a6186bd734fe1 | |
parent | 2b3f8e87cf99a33fb6faf5026d7147748bbd77b6 [diff] |
powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPU For the mpic with a flag MPIC_SINGLE_DEST_CPU, only one bit should be set in interrupt destination registers. The code is applicable to 64-bit platforms as well as 32-bit. Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>