]> git.lizzy.rs Git - plan9front.git/commit
pc: remove mmuinit0()
authorcinap_lenrek <cinap_lenrek@felloff.net>
Thu, 18 Dec 2014 01:04:42 +0000 (02:04 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Thu, 18 Dec 2014 01:04:42 +0000 (02:04 +0100)
commitb7e7e5ef3fb563b2f52c15a7a680d814ba477840
treea167815f61f8b123d45e24e536a8d7b95af96481
parent3e7d181191769eebb8f5bd64ce2bc8f9a7ef2a56
pc: remove mmuinit0()

all mmuinit0() does is initialize m->gdt, but this isnt neccesary
as this is done by mmuinit() anyway before loading the gdt.
sys/src/9/pc/main.c
sys/src/9/pc/mmu.c