diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-11 16:51:23 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 00:39:20 -0400 |
commit | d1a78c32edcabea8c7c6449c967191a47f83a77f (patch) | |
tree | 449045c47b71d84f9f04edc1da9220cbea7d7c49 /arch/sparc/kernel/irq.c | |
parent | e9429eacd7996d4c22f69ef57cd0aeacde50ceb7 (diff) |
[SPARC]: Spelling fixes.
Spelling fixes in arch/sparc/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/irq.c')
-rw-r--r-- | arch/sparc/kernel/irq.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sparc/kernel/irq.c b/arch/sparc/kernel/irq.c index bdbefa8a9742..f257a67bcf93 100644 --- a/arch/sparc/kernel/irq.c +++ b/arch/sparc/kernel/irq.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* $Id: irq.c,v 1.114 2001/12/11 04:55:51 davem Exp $ | 1 | /* $Id: irq.c,v 1.114 2001/12/11 04:55:51 davem Exp $ |
2 | * arch/sparc/kernel/irq.c: Interrupt request handling routines. On the | 2 | * arch/sparc/kernel/irq.c: Interrupt request handling routines. On the |
3 | * Sparc the IRQ's are basically 'cast in stone' | 3 | * Sparc the IRQs are basically 'cast in stone' |
4 | * and you are supposed to probe the prom's device | 4 | * and you are supposed to probe the prom's device |
5 | * node trees to find out who's got which IRQ. | 5 | * node trees to find out who's got which IRQ. |
6 | * | 6 | * |
@@ -330,7 +330,7 @@ void handler_irq(int irq, struct pt_regs * regs) | |||
330 | irq_enter(); | 330 | irq_enter(); |
331 | disable_pil_irq(irq); | 331 | disable_pil_irq(irq); |
332 | #ifdef CONFIG_SMP | 332 | #ifdef CONFIG_SMP |
333 | /* Only rotate on lower priority IRQ's (scsi, ethernet, etc.). */ | 333 | /* Only rotate on lower priority IRQs (scsi, ethernet, etc.). */ |
334 | if((sparc_cpu_model==sun4m) && (irq < 10)) | 334 | if((sparc_cpu_model==sun4m) && (irq < 10)) |
335 | smp4m_irq_rotate(cpu); | 335 | smp4m_irq_rotate(cpu); |
336 | #endif | 336 | #endif |
@@ -371,7 +371,7 @@ void sparc_floppy_irq(int irq, void *dev_id, struct pt_regs *regs) | |||
371 | } | 371 | } |
372 | #endif | 372 | #endif |
373 | 373 | ||
374 | /* Fast IRQ's on the Sparc can only have one routine attached to them, | 374 | /* Fast IRQs on the Sparc can only have one routine attached to them, |
375 | * thus no sharing possible. | 375 | * thus no sharing possible. |
376 | */ | 376 | */ |
377 | int request_fast_irq(unsigned int irq, | 377 | int request_fast_irq(unsigned int irq, |
@@ -608,7 +608,7 @@ void __init init_IRQ(void) | |||
608 | break; | 608 | break; |
609 | 609 | ||
610 | default: | 610 | default: |
611 | prom_printf("Cannot initialize IRQ's on this Sun machine..."); | 611 | prom_printf("Cannot initialize IRQs on this Sun machine..."); |
612 | break; | 612 | break; |
613 | } | 613 | } |
614 | btfixup(); | 614 | btfixup(); |