summaryrefslogtreecommitdiff
path: root/mmu.h
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2018-08-30 15:45:16 -0400
committerFrans Kaashoek <[email protected]>2018-08-30 15:45:16 -0400
commit2c73068e825060d188fd9519ebb5bc59fa39c8b2 (patch)
tree82e61fa50a60bb2fde6d8c68e690451371264745 /mmu.h
parente559fd2c5acdb5c3faea2d12c038b52308017ed1 (diff)
downloadxv6-labs-2c73068e825060d188fd9519ebb5bc59fa39c8b2.tar.gz
xv6-labs-2c73068e825060d188fd9519ebb5bc59fa39c8b2.tar.bz2
xv6-labs-2c73068e825060d188fd9519ebb5bc59fa39c8b2.zip
Delete a patch
Adjust typesetting of code
Diffstat (limited to 'mmu.h')
-rw-r--r--mmu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mmu.h b/mmu.h
index d009d97..a82d8e2 100644
--- a/mmu.h
+++ b/mmu.h
@@ -144,7 +144,6 @@ struct taskstate {
ushort iomb; // I/O map base address
};
-// PAGEBREAK: 12
// Gate descriptors for interrupts and traps
struct gatedesc {
uint off_15_0 : 16; // low 16 bits of offset in segment
@@ -180,4 +179,3 @@ struct gatedesc {
}
#endif
-