[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-31b47cf7609288893a10706c648faa932c7aef90@git.kernel.org>
Date: Tue, 25 Aug 2009 08:06:41 GMT
From: tip-bot for Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
broonie@...nsource.wolfsonmicro.com, tglx@...utronix.de,
mingo@...e.hu
Subject: [tip:irq/core] genirq: Add prototype for handle_nested_irq()
Commit-ID: 31b47cf7609288893a10706c648faa932c7aef90
Gitweb: http://git.kernel.org/tip/31b47cf7609288893a10706c648faa932c7aef90
Author: Mark Brown <broonie@...nsource.wolfsonmicro.com>
AuthorDate: Mon, 24 Aug 2009 20:28:04 +0100
Committer: Ingo Molnar <mingo@...e.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@...nsource.wolfsonmicro.com>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>
LKML-Reference: <1251142084-9852-1-git-send-email-broonie@...nsource.wolfsonmicro.com>
Signed-off-by: Ingo Molnar <mingo@...e.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists