From e5a94ba1fd0693d997829bf96a2adffcf7a5c094 Mon Sep 17 00:00:00 2001 From: Michael Phipps Date: Thu, 25 Jul 2002 01:28:45 +0000 Subject: [PATCH] Update to reflect that there is some locking in place now. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@427 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/vm2/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/vm2/TODO b/src/kernel/vm2/TODO index 38bd8427e8..f8f308d707 100644 --- a/src/kernel/vm2/TODO +++ b/src/kernel/vm2/TODO @@ -1,5 +1,6 @@ *1) There is no arch-level integration. This is to be tested (to death) in user land first. 2) Tests are not done. Barely started. +3) Improve locking 5) I use new and delete. I know that doesn't work in kernel land. Not too tough to change, though. 6) Need to make the paging daemon load the pages in, using semaphores.