* [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
* [tip:irq/core] genirq: Add prototype for handle_nested_irq()
2009-08-24 19:28 [PATCH] genirq: Prototype handle_nested_irq() Mark Brown
@ 2009-08-25 8:06 ` tip-bot for Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Mark Brown @ 2009-08-25 8:06 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, broonie, tglx, mingo
Commit-ID: 31b47cf7609288893a10706c648faa932c7aef90
Gitweb: http://git.kernel.org/tip/31b47cf7609288893a10706c648faa932c7aef90
Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
AuthorDate: Mon, 24 Aug 2009 20:28:04 +0100
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 25 Aug 2009 10:05:05 +0200
genirq: Add prototype for handle_nested_irq()
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>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
LKML-Reference: <1251142084-9852-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
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 6956df9..9e9eb76 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -282,6 +282,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.
^ 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®