]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita30ad2bcba35d048fe1f568d625ccc7fcf184bf5
treea3b233bf52038292010fe03cf0d16c521144a729
parent8ae854ce249ac5eedd05937e707063cfa99cf441
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