[PATCH] m68k: convert generic irq code to irq controller
Convert the generic irq code to use irq controller, this gets rid of the machine specific callbacks and gives better control over irq handling without duplicating lots of code. 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
b5dc7840b3
commit
68387c448b
@@ -19,7 +19,7 @@
|
||||
typedef void (*e_vector)(void);
|
||||
|
||||
asmlinkage void auto_inthandler(void);
|
||||
asmlinkage void mach_inthandler(void);
|
||||
asmlinkage void user_inthandler(void);
|
||||
asmlinkage void bad_inthandler(void);
|
||||
|
||||
extern e_vector vectors[];
|
||||
|
Reference in New Issue
Block a user