PERFORCE change 56005 for review

John Baldwin jhb at FreeBSD.org
Mon Jun 28 09:30:32 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=56005

Change 56005 by jhb at jhb_slimer on 2004/06/28 16:29:55

	Update based on things that are now committed.

Affected files ...

.. //depot/projects/smpng/sys/notes#16 edit

Differences ...

==== //depot/projects/smpng/sys/notes#16 (text+ko) ====

@@ -1,14 +1,6 @@
 This file serves as a sort of todo list for this branch as well as documenting
 what patches currently live in this branch.
 
-- SWI Priorities
-  + SWI_CLOCK
-  + SWI_TQ*
-  + Fix tty hacks on clock to use SWI_CLOCK
-    + sio
-    + cy
-    + cx
-  - Untested
 - Consolidate linux module version and dependencies into MI location.
   - Untested
 - Enable a pmap_emulate_reference check for Alpha under INVARIANTS instead
@@ -37,9 +29,6 @@
 - Fixup td_ucred of thread doing execve() to re-sync with process ucred
   after single threading during an exec.
   - Untested
-- Remove sched_lock from lockmgr TDF_DEADLKTREAT flag check.  Perhaps we
-  can move this flag to TDP_DEADLKTREAT even.
-  - Mostly untested
 - Use panic_thread pointer instead of panic_cpu to allow for migration
   of the panic'ing thread
   - Untested
@@ -49,8 +38,6 @@
 - Cleanup the SMP rendezvous code to properly use membar's to ensure function
   pointers are up to date before deferencing them.
   - Untested
-- Further fixes to taskqueue including killing the draining hack.
-  - Untested
 - Don't allow kthreads to get signalled and do bad things
   - Untested
 - Add a kproc API that does what kthread does right now


More information about the p4-projects mailing list