diff options
Diffstat (limited to 'arch/x86/machine/trap.h')
-rw-r--r-- | arch/x86/machine/trap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/machine/trap.h b/arch/x86/machine/trap.h index 7bda9cf3..e4d5912b 100644 --- a/arch/x86/machine/trap.h +++ b/arch/x86/machine/trap.h @@ -61,10 +61,7 @@ #define TRAP_LAPIC_ERROR 254 #define TRAP_LAPIC_SPURIOUS 255 -/* - * Vector identifying an unhandled trap. - */ -#define TRAP_DEFAULT 256 +#define TRAP_NR_VECTORS 256 #ifndef __ASSEMBLER__ |