[PATCH] m68k: separate handler for auto and user vector interrupt
Use separate entry points for auto and user vector interrupts and cleanup naming a little. 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
f2325ecebc
commit
92445eaaad
@@ -13,8 +13,15 @@
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
#include <linux/linkage.h>
|
||||
#include <asm/ptrace.h>
|
||||
|
||||
typedef void (*e_vector)(void);
|
||||
|
||||
asmlinkage void auto_inthandler(void);
|
||||
asmlinkage void mach_inthandler(void);
|
||||
asmlinkage void bad_inthandler(void);
|
||||
|
||||
extern e_vector vectors[];
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user