fsl_rio: fix compile errors
authorLi Yang <leoli@freescale.com>
Fri, 18 Jun 2010 06:24:20 +0000 (14:24 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 31 Aug 2010 21:24:57 +0000 (16:24 -0500)
commitff33f1821259d00d3fd85d86f59783e2ca3c9ee1
treea3b233bf52038292010fe03cf0d16c521144a729
parentdc1c41f450a5f201f1d8c19aef32319f3b84c273
fsl_rio: fix compile errors

Fixes the following compile problem on E500 platforms:
arch/powerpc/sysdev/fsl_rio.c: In function 'fsl_rio_mcheck_exception':
arch/powerpc/sysdev/fsl_rio.c:248: error: 'MCSR_MASK' undeclared (first use in this function)

Also fixes the compile problem on non-E500 platforms.

Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_rio.c