mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] rt11 Fill out default_simple_type
@ 2005-11-12 14:44 Daniel Walker
  2005-11-12 14:48 ` Ingo Molnar
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Walker @ 2005-11-12 14:44 UTC (permalink / raw)
  To: mingo; +Cc: tglx, trini, sdietrich, linux-kernel


Needed to boot some ARM boards.

Signed-Off-By: Daniel Walker <dwalker@mvista.com>

Index: linux-2.6.14/kernel/irq/handle.c
===================================================================
--- linux-2.6.14.orig/kernel/irq/handle.c
+++ linux-2.6.14/kernel/irq/handle.c
@@ -196,8 +196,9 @@ struct irq_type default_level_type = {
   */
  struct irq_type default_simple_type = {
  	.typename	= "default_simple",
-	.enable		= noop,
-	.disable	= noop,
+	.enable		= default_enable,
+	.disable	= default_disable,
+	.set_type       = default_set_type,
  	.handle_irq	= handle_simple_irq,
  };


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

end of thread, other threads:[~2005-11-14 18:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-12 14:44 [PATCH] rt11 Fill out default_simple_type Daniel Walker
2005-11-12 14:48 ` Ingo Molnar
2005-11-12 14:52   ` Daniel Walker
2005-11-13 21:56   ` Thomas Gleixner
2005-11-13 22:11     ` Tom Rini
2005-11-13 22:17       ` Thomas Gleixner
2005-11-14 18:47     ` Ingo Molnar

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

Powered by JetHome