All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vr41xx: arch_init_irq
@ 2004-08-20 14:17 Yoichi Yuasa
  2004-08-20 15:00 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2004-08-20 14:17 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

Hi Ralf,

The following line isn't needed in arch_init_irq().
Please apply this patch to v2.6 CVS tree.

Yoichi

diff -urN -X dontdiff linux-orig/arch/mips/vr41xx/common/icu.c linux/arch/mips/vr41xx/common/icu.c
--- linux-orig/arch/mips/vr41xx/common/icu.c	Fri Aug 20 21:10:27 2004
+++ linux/arch/mips/vr41xx/common/icu.c	Fri Aug 20 22:57:35 2004
@@ -699,8 +699,6 @@
 
 void __init arch_init_irq(void)
 {
-	memset(irq_desc, 0, sizeof(irq_desc));
-
 	mips_cpu_irq_init(MIPS_CPU_IRQ_BASE);
 	init_vr41xx_icu_irq();
 	init_vr41xx_giuint_irq();

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

* Re: [PATCH] vr41xx: arch_init_irq
  2004-08-20 14:17 [PATCH] vr41xx: arch_init_irq Yoichi Yuasa
@ 2004-08-20 15:00 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2004-08-20 15:00 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Fri, Aug 20, 2004 at 11:17:32PM +0900, Yoichi Yuasa wrote:

> The following line isn't needed in arch_init_irq().
> Please apply this patch to v2.6 CVS tree.

Applied.  Thanks,

  Ralf

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

end of thread, other threads:[~2004-08-20 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20 14:17 [PATCH] vr41xx: arch_init_irq Yoichi Yuasa
2004-08-20 15:00 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.