85xx: Improve MPIC initialization
authorTimur Tabi <timur@freescale.com>
Thu, 20 Aug 2009 22:41:11 +0000 (17:41 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Aug 2009 22:12:43 +0000 (17:12 -0500)
commit05f6f66474312ad03c39b4ca4875af46c87366bf
treeffd0d906d4bfe98327b271e0dae7c4c1dfd7bc48
parentc17b79fbd0c7923948331d65cb588734a9c681ff
85xx: Improve MPIC initialization

The MPIC initialization code for Freescale e500 CPUs was not using I/O
accessors, and it was not issuing a read-back to the MPIC after setting
mixed mode.  This may be the cause of a spurious interrupt on some systems.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/interrupts.c