diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-12 05:42:54 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-12 11:32:49 +1000 |
commit | a8de5ce9895367191df9b30804a0c67cfcc9f27a (patch) | |
tree | 8f99af81affca30d868bd9ee7c043639b905c4f8 /arch/ppc/syslib/mpc52xx_setup.c | |
parent | dab4d7984ee61c8eb25569b12e7a996f5aaef2ba (diff) | |
download | kernel-crypto-a8de5ce9895367191df9b30804a0c67cfcc9f27a.tar.gz kernel-crypto-a8de5ce9895367191df9b30804a0c67cfcc9f27a.tar.xz kernel-crypto-a8de5ce9895367191df9b30804a0c67cfcc9f27a.zip |
[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 80c609019bd..ecfa2c0f8ba 100644 --- a/arch/ppc/syslib/mpc52xx_setup.c +++ b/arch/ppc/syslib/mpc52xx_setup.c @@ -252,7 +252,7 @@ mpc52xx_setup_cpu(void) out_be32(&xlb->snoop_window, MPC52xx_PCI_TARGET_MEM | 0x1d); /* Disable XLB pipelining */ - /* (cfr errate 292. We could do this only just before ATA PIO + /* (cfr errata 292. We could do this only just before ATA PIO transaction and re-enable it after ...) */ out_be32(&xlb->config, in_be32(&xlb->config) | MPC52xx_XLB_CFG_PLDIS); |