Break TSS out of GDT.
[pintos-anon] / src / threads / intr-stubs.pl
index 6ac5a8df527c2a4f7951774d1af7dfedfbbae439..d9e0dd35508fee62e9d3f8b758525bf4855c82c6 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 
 print <<'EOF';
-#include "mmu.h"
+#include "gdt.h"
 
        .data
 .globl intr_stubs
@@ -31,7 +31,6 @@ for $i (0...255) {
 
 print <<'EOF';
 intr_entry:
-       # FIXME: build a fake stack frame to improve backtraces.
        # Save caller's registers.
        pushl %ds
        pushl %es