cvs commit: src/sys/kern kern_kse.c
    Julian Elischer 
    julian at elischer.org
       
    Mon Jun  7 18:54:12 GMT 2004
    
    
  
On Mon, 7 Jun 2004, Tim Robbins wrote:
> 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.)
> 
I'm just spliting one file into two to make it more obvious what parts 
are "Generic thread support" and what parts are "Kse based threading".
I regret that I didn't do it this way to start with.. but in this game
you can correct some of your mistakes..  
When these two are separated there are a few more cleanups, but this
change should be almost a NOP as far as running code.
> 
> Tim
> 
    
    
More information about the cvs-all
mailing list