cvs commit: src/sys/kern sched_4bsd.c sched_ule.c src/sys/sys proc.h sched.h src/sys/i386/i386 pmap.c

Julian Elischer julian at FreeBSD.org
Fri Sep 10 15:28:33 PDT 2004


julian      2004-09-10 22:28:33 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_4bsd.c sched_ule.c 
    sys/sys              proc.h sched.h 
    sys/i386/i386        pmap.c 
  Log:
  Make up my mind if cpu pinning is stored in the thread structure or the
  scheduler specific extension to it. Put it in the extension as
  the implimentation details of how the pinning is done needn't be visible
  outside the scheduler.
  
  Submitted by:   tegge  (of course!)   (with changes)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.502     +2 -2      src/sys/i386/i386/pmap.c
  1.62      +22 -2     src/sys/kern/sched_4bsd.c
  1.127     +22 -1     src/sys/kern/sched_ule.c
  1.400     +0 -1      src/sys/sys/proc.h
  1.18      +7 -14     src/sys/sys/sched.h


More information about the cvs-src mailing list