summaryrefslogtreecommitdiff
path: root/mmu.h
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2010-07-25 20:30:21 -0400
committerFrans Kaashoek <[email protected]>2010-07-25 20:30:21 -0400
commit30f5bf054856805b69ef2c5a7485c8d2fecc7098 (patch)
tree70218604907a643731a27f5651394d826ea8ac54 /mmu.h
parentaf03ab142de8c68ad56a829e39e8faee9db252d3 (diff)
downloadxv6-labs-30f5bf054856805b69ef2c5a7485c8d2fecc7098.tar.gz
xv6-labs-30f5bf054856805b69ef2c5a7485c8d2fecc7098.tar.bz2
xv6-labs-30f5bf054856805b69ef2c5a7485c8d2fecc7098.zip
some cleanup
Diffstat (limited to 'mmu.h')
-rw-r--r--mmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mmu.h b/mmu.h
index 76d5ce7..378ae22 100644
--- a/mmu.h
+++ b/mmu.h
@@ -148,7 +148,6 @@ struct segdesc {
#define PTE_ADDR(pte) ((uint) (pte) & ~0xFFF)
typedef uint pte_t;
-typedef uint pde_t;
// Control Register flags
#define CR0_PE 0x00000001 // Protection Enable