PPC: MPIC: Fix CI bit definitions
authorAlexander Graf <agraf@suse.de>
Sat, 23 Jul 2011 09:27:53 +0000 (11:27 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:43:33 +0000 (09:43 +0200)
commit1d093b18acf3ec72b3371c770f36c3486d0f2f68
treec58359f233ecc0a688f5ce86dc08c376ca7585c4
parent0773e77802d1a2d16a53bab281a125c9cb681d57
PPC: MPIC: Fix CI bit definitions

The bit definitions for critical interrupt routing are in PowerPC order
(most significant bit is 0), while we end up shifting it with normal bit
order. Turn the numbers around so we actually end up fetching the
right ones.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c