Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] IP22 fix hang due to messing with timer interrupt handler
@ 2007-10-17 17:15 Thomas Bogendoerfer
  2007-10-17 17:26 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bogendoerfer @ 2007-10-17 17:15 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

As IP22 is now using do_IRQ for timer interrupt, don't mess with
interrupt handler any longer

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---

diff --git a/arch/mips/sgi-ip22/ip22-time.c b/arch/mips/sgi-ip22/ip22-time.c
index 9b9bffd..10e5054 100644
--- a/arch/mips/sgi-ip22/ip22-time.c
+++ b/arch/mips/sgi-ip22/ip22-time.c
@@ -192,12 +192,3 @@ void indy_8254timer_irq(void)
 	ArcEnterInteractiveMode();
 	irq_exit();
 }
-
-void __init plat_timer_setup(struct irqaction *irq)
-{
-	/* over-write the handler, we use our own way */
-	irq->handler = no_action;
-
-	/* setup irqaction */
-	setup_irq(SGI_TIMER_IRQ, irq);
-}


-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] IP22 fix hang due to messing with timer interrupt handler
  2007-10-17 17:15 [PATCH] IP22 fix hang due to messing with timer interrupt handler Thomas Bogendoerfer
@ 2007-10-17 17:26 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-10-17 17:26 UTC (permalink / raw)
  To: Thomas Bogendoerfer; +Cc: linux-mips

On Wed, Oct 17, 2007 at 07:15:17PM +0200, Thomas Bogendoerfer wrote:

> As IP22 is now using do_IRQ for timer interrupt, don't mess with
> interrupt handler any longer

The diffstat of your fix clearly says "apply me" ;-)

Thanks,

   Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-17 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 17:15 [PATCH] IP22 fix hang due to messing with timer interrupt handler Thomas Bogendoerfer
2007-10-17 17:26 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox