cvs commit: src/sys/kern kern_kse.c
Tim Robbins
tim at robbins.dropbear.id.au
Mon Jun 7 08:19:13 GMT 2004
On Mon, Jun 07, 2004 at 07:25:03AM +0000, Julian Elischer wrote:
> julian 2004-06-07 07:25:03 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_kse.c
> Log:
> Move the KSE ABI specific code here and separate it from code that
> is generic to any threading system. This commit does not link this
> file to the build yet, nor does it remove these functions from their
> current location in kern_thread.c. (that commit coming up after further review)
I like what you've done here, but please don't go overboard with the
abstraction -- the KSE code is already very hard to follow and overly
complex, and we would be kidding ourselves if we thought we could support
more than one thread system (I would like to see thr gone before 5.3-STABLE.)
Tim
More information about the cvs-src
mailing list