diff options
author | Shaohui Xie <b21989@freescale.com> | 2010-11-03 17:36:37 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-12 18:00:29 -0600 |
commit | b5fb0cc7f1c90e3b00d40b64681efcbf8bcdeb9e (patch) | |
tree | d921754dbd842f07a23eefbd569fcc8d1c1bd182 /arch/powerpc/sysdev/fsl_rio.c | |
parent | 86985db66ea2fda174615be05112a7d1b13645c4 (diff) | |
download | blackbird-op-linux-b5fb0cc7f1c90e3b00d40b64681efcbf8bcdeb9e.tar.gz blackbird-op-linux-b5fb0cc7f1c90e3b00d40b64681efcbf8bcdeb9e.zip |
powerpc/fsl_rio: Fix non-standard HID1 register access
Moved setting of RFXE bit so we get machine checks on RIO errors into
cpu_setup so that the RIO code isn't core specific.
Signed-off-by: Shaohui Xie <b21989@freescale.com>
Cc: Li Yang <leoli@freescale.com>
Cc: Roy Zang <tie-fei.zang@freescale.com>
Cc: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_rio.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_rio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/sysdev/fsl_rio.c b/arch/powerpc/sysdev/fsl_rio.c index 9725369d432a..4c518d17ee9b 100644 --- a/arch/powerpc/sysdev/fsl_rio.c +++ b/arch/powerpc/sysdev/fsl_rio.c @@ -1556,8 +1556,6 @@ int fsl_rio_setup(struct platform_device *dev) saved_mcheck_exception = ppc_md.machine_check_exception; ppc_md.machine_check_exception = fsl_rio_mcheck_exception; #endif - /* Ensure that RFXE is set */ - mtspr(SPRN_HID1, (mfspr(SPRN_HID1) | 0x20000)); return 0; err: |