diff options
| author | Frans Kaashoek <kaashoek@mit.edu> | 2018-08-30 15:45:16 -0400 |
|---|---|---|
| committer | Frans Kaashoek <kaashoek@mit.edu> | 2018-08-30 15:45:16 -0400 |
| commit | 2c73068e825060d188fd9519ebb5bc59fa39c8b2 (patch) | |
| tree | 82e61fa50a60bb2fde6d8c68e690451371264745 /mmu.h | |
| parent | e559fd2c5acdb5c3faea2d12c038b52308017ed1 (diff) | |
| download | xv6-labs-2022-2c73068e825060d188fd9519ebb5bc59fa39c8b2.tar.xz xv6-labs-2022-2c73068e825060d188fd9519ebb5bc59fa39c8b2.zip | |
Delete a patch
Adjust typesetting of code
Diffstat (limited to 'mmu.h')
| -rw-r--r-- | mmu.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 - |
