summaryrefslogtreecommitdiff
path: root/arch/x86/machine/trap.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-24 22:12:09 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-24 22:12:09 +0200
commit58401aa087399e0344b73e91f5708af2451b33e7 (patch)
treea2651576c09da835eafba4d06608ef956c641cf4 /arch/x86/machine/trap.h
parent7fc9d340e5ff385846c0c77fd24877c1b208a3bb (diff)
Move the INTR_TABLE_SIZE macro to the x86/trap module
Diffstat (limited to 'arch/x86/machine/trap.h')
-rw-r--r--arch/x86/machine/trap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/machine/trap.h b/arch/x86/machine/trap.h
index c2885c5..94639c0 100644
--- a/arch/x86/machine/trap.h
+++ b/arch/x86/machine/trap.h
@@ -65,6 +65,8 @@
#define TRAP_NR_VECTORS 256
+#define TRAP_INTR_TABLE_SIZE 256
+
#define TRAP_STACK_SIZE PAGE_SIZE
#ifndef __ASSEMBLER__