diff options
Diffstat (limited to 'sys/src/9/pc/mmu.c')
| -rw-r--r-- | sys/src/9/pc/mmu.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/src/9/pc/mmu.c b/sys/src/9/pc/mmu.c index 6fbc323af..0994d7be2 100644 --- a/sys/src/9/pc/mmu.c +++ b/sys/src/9/pc/mmu.c @@ -67,12 +67,6 @@ static void memglobal(void); #define vpd (vpt+VPTX(VPT)) void -mmuinit0(void) -{ - memmove(m->gdt, gdt, sizeof gdt); -} - -void mmuinit(void) { ulong x, *p; |
