diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-11 15:42:54 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-11 21:32:49 -0400 |
commit | a8de5ce9895367191df9b30804a0c67cfcc9f27a (patch) | |
tree | 8f99af81affca30d868bd9ee7c043639b905c4f8 /arch/ppc/syslib/mpc52xx_setup.c | |
parent | dab4d7984ee61c8eb25569b12e7a996f5aaef2ba (diff) |
[POWERPC] Spelling fixes: arch/ppc/
Spelling fixes in arch/ppc/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 | ||