Major revisions to documentation.
[pintos-anon] / src / userprog / tss.c
index dfda3b9857d424dd250f0b4015ba350d9a23f3cc..f103823bb869d765b9fb5e28e1a5bd4d8090f29f 100644 (file)
@@ -2,8 +2,8 @@
 #include <debug.h>
 #include <stddef.h>
 #include "userprog/gdt.h"
-#include "threads/mmu.h"
 #include "threads/palloc.h"
+#include "threads/vaddr.h"
 
 /* The Task-State Segment (TSS).