--- wikisrc/projects/project/smp_networking.mdwn 2011/11/10 21:21:58 1.3 +++ wikisrc/projects/project/smp_networking.mdwn 2011/11/23 19:06:33 1.4 @@ -14,9 +14,6 @@ difficulty="hard" funded="The NetBSD Foundation" description=""" -**WARNING: THIS IS A DRAFT; THE INFORMATION CONTAINED IN THIS PROJECT AND -ANY OF THE SUBPROJECTS LINKED BELOW IS SUBJECT TO CHANGE.** - Traditionally, the NetBSD kernel code had been protected by a single, global lock. This lock ensured that, on a multiprocessor system, two different threads of execution did not access the kernel concurrently and