diff options
Diffstat (limited to 'arch/ppc/syslib/mpc52xx_setup.c')
-rw-r--r-- | arch/ppc/syslib/mpc52xx_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/syslib/mpc52xx_setup.c b/arch/ppc/syslib/mpc52xx_setup.c index 80c609019bda..ecfa2c0f8ba3 100644 --- a/arch/ppc/syslib/mpc52xx_setup.c +++ b/arch/ppc/syslib/mpc52xx_setup.c | |||
@@ -252,7 +252,7 @@ mpc52xx_setup_cpu(void) | |||
252 | out_be32(&xlb->snoop_window, MPC52xx_PCI_TARGET_MEM | 0x1d); | 252 | out_be32(&xlb->snoop_window, MPC52xx_PCI_TARGET_MEM | 0x1d); |
253 | 253 | ||
254 | /* Disable XLB pipelining */ | 254 | /* Disable XLB pipelining */ |
255 | /* (cfr errate 292. We could do this only just before ATA PIO | 255 | /* (cfr errata 292. We could do this only just before ATA PIO |
256 | transaction and re-enable it after ...) */ | 256 | transaction and re-enable it after ...) */ |
257 | out_be32(&xlb->config, in_be32(&xlb->config) | MPC52xx_XLB_CFG_PLDIS); | 257 | out_be32(&xlb->config, in_be32(&xlb->config) | MPC52xx_XLB_CFG_PLDIS); |
258 | 258 | ||