mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] genirq: Prototype handle_nested_irq()
@ 2009-08-24 19:28 Mark Brown
  2009-08-25  8:06 ` [tip:irq/core] genirq: Add prototype for handle_nested_irq() tip-bot for Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2009-08-24 19:28 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner; +Cc: linux-kernel, Mark Brown

The function is supposed to be called from the primary IRQ handler
for a demultiplexing chip so make a protype visible for them.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 include/linux/irq.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/irq.h b/include/linux/irq.h
index 5550b62..ae9653d 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -290,6 +290,7 @@ extern void handle_edge_irq(unsigned int irq, struct irq_desc *desc);
 extern void handle_simple_irq(unsigned int irq, struct irq_desc *desc);
 extern void handle_percpu_irq(unsigned int irq, struct irq_desc *desc);
 extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc);
+extern void handle_nested_irq(unsigned int irq);
 
 /*
  * Monolithic do_IRQ implementation.
-- 
1.6.3.3


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

end of thread, other threads:[~2009-08-25  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-24 19:28 [PATCH] genirq: Prototype handle_nested_irq() Mark Brown
2009-08-25  8:06 ` [tip:irq/core] genirq: Add prototype for handle_nested_irq() tip-bot for Mark Brown

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

all inboxes | Powered by JetHome®