[PATCH 00/03] Free setup_irq() interrupt V3

From: Magnus Damm
Date: Thu Mar 12 2009 - 08:08:37 EST


Free setup_irq() interrupt V3

These patches improve the early interrupt functions to support
both registering and unregistering. While at it the functions
are exported so they can be used both early from compiled-in
driver and as a regular module.

[PATCH 01/03] Add remove_irq() for freeing of setup_irq() irqs
[PATCH 02/03] Match remove_irq() args with setup_irq()
[PATCH 03/03] Export remove_irq() and setup_irq() symbols

The first patch does exactly what Ingo and Thomas suggests as
feedback to V2. The second and third are my more or less useful
improvements. =) Feel free to just pick up the first one.

Signed-off-by: Magnus Damm <damm@xxxxxxxxxx>
---

Applies to tip.git.

include/linux/irq.h | 3 +-
kernel/irq/manage.c | 67 ++++++++++++++++++++++++++++++++++-----------------
2 files changed, 47 insertions(+), 23 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/