m68k: Remove one thing done from the TODO list

This commit is contained in:
François Revol 2012-11-05 20:47:39 +01:00
parent 35cadd6f3c
commit c2ee0abbc1

View File

@ -1,4 +1,3 @@
- fix the VM stuff that broke after the Great VM Overhaul(tm).
- optimization: remove M68KPagingStructures[*]::UpdateAllPageDirs() and just allocate all the kernel page root entries at boot and be done with it. It's not very big anyway.
- possibly other optimizations in the VM code due to not supporting SMP?