summaryrefslogtreecommitdiff
path: root/trapasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'trapasm.S')
-rw-r--r--trapasm.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/trapasm.S b/trapasm.S
index 1cb2ce6..787727f 100644
--- a/trapasm.S
+++ b/trapasm.S
@@ -1,6 +1,4 @@
-#define SEG_KCODE 1 // kernel code
-#define SEG_KDATA 2 // kernel data+stack
-#define SEG_KCPU 3 // kernel per-cpu data
+#include "mmu.h"
# vectors.S sends all traps here.
.globl alltraps