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)
commit0d33defbe3e75db75599c52607da6fc3b4ce0f25
treec58359f233ecc0a688f5ce86dc08c376ca7585c4
parent3ee82442c53e342883eb6f05b1776b05892e336f
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