From c2ee0abbc1fced075be4e5af2d343240d209f59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 5 Nov 2012 20:47:39 +0100 Subject: [PATCH] m68k: Remove one thing done from the TODO list --- docs/develop/ports/m68k/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/develop/ports/m68k/TODO b/docs/develop/ports/m68k/TODO index a75d4dadbe..e67f5557e4 100644 --- a/docs/develop/ports/m68k/TODO +++ b/docs/develop/ports/m68k/TODO @@ -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?