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/mpc10x_common.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/mpc10x_common.c')
-rw-r--r-- | arch/ppc/syslib/mpc10x_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/syslib/mpc10x_common.c b/arch/ppc/syslib/mpc10x_common.c index 2fc7c4150a18..437a294527a9 100644 --- a/arch/ppc/syslib/mpc10x_common.c +++ b/arch/ppc/syslib/mpc10x_common.c | |||
@@ -432,7 +432,7 @@ mpc10x_bridge_init(struct pci_controller *hose, | |||
432 | phys_eumb_base); | 432 | phys_eumb_base); |
433 | } | 433 | } |
434 | 434 | ||
435 | /* IRQ's are determined at runtime */ | 435 | /* IRQs are determined at runtime */ |
436 | ppc_sys_platform_devices[MPC10X_IIC1].resource[1].start = MPC10X_I2C_IRQ; | 436 | ppc_sys_platform_devices[MPC10X_IIC1].resource[1].start = MPC10X_I2C_IRQ; |
437 | ppc_sys_platform_devices[MPC10X_IIC1].resource[1].end = MPC10X_I2C_IRQ; | 437 | ppc_sys_platform_devices[MPC10X_IIC1].resource[1].end = MPC10X_I2C_IRQ; |
438 | ppc_sys_platform_devices[MPC10X_DMA0].resource[1].start = MPC10X_DMA0_IRQ; | 438 | ppc_sys_platform_devices[MPC10X_DMA0].resource[1].start = MPC10X_DMA0_IRQ; |
@@ -646,7 +646,7 @@ void __init mpc10x_set_openpic(void) | |||
646 | openpic_set_sources(EPIC_IRQ_BASE, 3, OpenPIC_Addr + 0x11020); | 646 | openpic_set_sources(EPIC_IRQ_BASE, 3, OpenPIC_Addr + 0x11020); |
647 | /* Skip reserved space and map Message Unit Interrupt (I2O) */ | 647 | /* Skip reserved space and map Message Unit Interrupt (I2O) */ |
648 | openpic_set_sources(EPIC_IRQ_BASE + 3, 1, OpenPIC_Addr + 0x110C0); | 648 | openpic_set_sources(EPIC_IRQ_BASE + 3, 1, OpenPIC_Addr + 0x110C0); |
649 | /* Skip reserved space and map Serial Interupts */ | 649 | /* Skip reserved space and map Serial Interrupts */ |
650 | openpic_set_sources(EPIC_IRQ_BASE + 4, 2, OpenPIC_Addr + 0x11120); | 650 | openpic_set_sources(EPIC_IRQ_BASE + 4, 2, OpenPIC_Addr + 0x11120); |
651 | 651 | ||
652 | openpic_init(NUM_8259_INTERRUPTS); | 652 | openpic_init(NUM_8259_INTERRUPTS); |