commit | 4a4cf77923eeb3cec40a302656d6ab5ced04ba48 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Nov 06 17:41:06 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Nov 06 20:55:38 2006 +0000 |
tree | 6388d7a2227a28697b4c833089980c26df696745 | |
parent | 325d08d1a44b601fbf70c259fb61c38d2af7d309 [diff] [blame] |
[MIPS] Make irq number allocator generally available for fixing EV64120. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/irq.h b/include/asm-mips/irq.h index 0ce2a80..35a05ca 100644 --- a/include/asm-mips/irq.h +++ b/include/asm-mips/irq.h
@@ -74,4 +74,8 @@ unsigned long hwmask); #endif /* CONFIG_MIPS_MT_SMTC */ +extern int allocate_irqno(void); +extern void alloc_legacy_irqno(void); +extern void free_irqno(unsigned int irq); + #endif /* _ASM_IRQ_H */