commit | 06f6c3399e9f9ff6eafc200e80f9226c3cee0eaf | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 12 12:31:46 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 12 16:39:07 2010 +0200 |
tree | f4d8fc67194b1a50bfe501634088b3776ca6bbd4 | |
parent | a98d24b71b6e229965f18dc00d28dc71cb8fe324 [diff] |
genirq: Implement irq reservation Mark a range of interrupts as allocated. In the SPARSE_IRQ=n case we need this to update the bitmap for the legacy irqs so the enumerator via irq_get_next_irq() works. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>