PERFORCE change 47490 for review

John Baldwin jhb at FreeBSD.org
Mon Feb 23 12:43:13 PST 2004


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

Change 47490 by jhb at jhb_slimer on 2004/02/23 12:42:32

	Add another todo inspired by bms at .

Affected files ...

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

Differences ...

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

@@ -60,5 +60,9 @@
   - Consolidate most of the kernel procs into a 'system' kernel proc that
     would be pid 0.
   - Stick all the 'idle threads' in a single 'idle' kernel proc.
+- kill taskqueue_swi in favor of taskqueue_thread since the only thing swi
+  buys is being able to swi_sched() from a fast handler, but that doesn't
+  make sense because you can't actually enqueue a task onto its queue from
+  a fast interrupt context
 
 Space reserved for child branches:


More information about the p4-projects mailing list