Skip to content

Commit

Permalink
[POWERPC] Typo fixes interrrupt -> interrupt
Browse files Browse the repository at this point in the history
This fixes some interrrupt -> interrupt typos.

Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Gabriel C authored and Paul Mackerras committed Aug 17, 2007
1 parent cc61f95 commit 33567a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/embedded6xx/holly.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static void __init holly_setup_arch(void)
}

/*
* Interrupt setup and service. Interrrupts on the holly come
* Interrupt setup and service. Interrupts on the holly come
* from the four external INT pins, PCI interrupts are routed via
* PCI interrupt control registers, it generates internal IRQ23
*
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/embedded6xx/linkstation.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static void __init linkstation_setup_arch(void)
}

/*
* Interrupt setup and service. Interrrupts on the linkstation come
* Interrupt setup and service. Interrupts on the linkstation come
* from the four PCI slots plus onboard 8241 devices: I2C, DUART.
*/
static void __init linkstation_init_IRQ(void)
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void __init mpc7448_hpc2_setup_arch(void)
}

/*
* Interrupt setup and service. Interrrupts on the mpc7448_hpc2 come
* Interrupt setup and service. Interrupts on the mpc7448_hpc2 come
* from the four external INT pins, PCI interrupts are routed via
* PCI interrupt control registers, it generates internal IRQ23
*
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/iseries/it_lp_naca.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct ItLpNaca {
u8 xRsvd2_0[128]; // Reserved x00-x7F

// CACHE_LINE_3-6 0x0100 - 0x02FF Contains LP Queue indicators
// NB: Padding required to keep xInterrruptHdlr at x300 which is required
// NB: Padding required to keep xInterruptHdlr at x300 which is required
// for v4r4 PLIC.
u8 xOldLpQueue[128]; // LP Queue needed for v4r4 100-17F
u8 xRsvd3_0[384]; // Reserved 180-2FF
Expand Down

0 comments on commit 33567a0

Please sign in to comment.