powerpc: Fix interrupt-tree parsing
authorPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 07:19:06 +0000 (17:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 07:19:06 +0000 (17:19 +1000)
The interrupt-tree parsing code wasn't offsetting interrupt numbers
by 16 on 32-bit platforms with an i8259 interrupt controller, and
it was confused about the encoding of interrupt sense and level
(which is different for i8259 and openpic interrupt controllers,
just to make things interesting).

Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found