Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2004 12:43:11 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 47490 for review
Message-ID:  <200402232043.i1NKhB7e083231@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

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

	Add another todo inspired by bms@.

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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402232043.i1NKhB7e083231>