[PATCH] m68k: introduce irq controller
Introduce irq controller and use it to manage auto vector interrupts. Introduce setup_irq() which can be used for irq setup. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
1d174cfb0f
commit
b5dc7840b3
@@ -37,7 +37,6 @@
|
||||
#include <asm/q40_master.h>
|
||||
|
||||
extern irqreturn_t q40_process_int (int level, struct pt_regs *regs);
|
||||
extern irqreturn_t (*q40_default_handler[]) (int, void *, struct pt_regs *); /* added just for debugging */
|
||||
extern void q40_init_IRQ (void);
|
||||
extern void q40_free_irq (unsigned int, void *);
|
||||
extern int show_q40_interrupts (struct seq_file *, void *);
|
||||
@@ -181,7 +180,6 @@ void __init config_q40(void)
|
||||
mach_request_irq = q40_request_irq;
|
||||
enable_irq = q40_enable_irq;
|
||||
disable_irq = q40_disable_irq;
|
||||
mach_default_handler = &q40_default_handler;
|
||||
mach_get_model = q40_get_model;
|
||||
mach_get_hardware_list = q40_get_hardware_list;
|
||||
|
||||
|
Reference in New Issue
Block a user