powerpc/mpic: Don't init the fsl error int until after mpic init
authorScott Wood <scottwood@freescale.com>
Wed, 21 May 2014 01:26:01 +0000 (20:26 -0500)
committerScott Wood <scottwood@freescale.com>
Thu, 22 May 2014 23:08:30 +0000 (18:08 -0500)
commitaa80581da1448e9fe5ef3d1e56a82bbb21912ee1
tree27a970cd0521da7a957fa8e1fbfaefc73214054e
parent0c0fc4d3a955c0159a64b5eb66da70927d35513a
powerpc/mpic: Don't init the fsl error int until after mpic init

Besides other potential problems, if MPIC_NO_RESET is  not set,
the error interrupt will be masked after it is requested.

Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/sysdev/mpic.c