Break GDT, TSS out of init.c, mmu.h.
[pintos-anon] / src / threads / init.h
index 1d6c5c6fdd2d88bdaf765e672f8924687d42f32a..fed649bb60e08a93b4c7c97ac3f1d02b04535653 100644 (file)
@@ -6,6 +6,4 @@
 /* Physical memory size, in 4 kB pages. */
 size_t ram_pages;
 
-struct tss *tss;
-
 #endif /* init.h */