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

Scott Long scottl at FreeBSD.org
Sat Sep 11 03:07:23 PDT 2004


scottl      2004-09-11 10:07:22 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
    sys/kern             sched_4bsd.c sched_ule.c 
    sys/sys              proc.h sched.h 
  Log:
  Revert the previous round of changes to td_pinned.  The scheduler isn't
  fully initialed when the pmap layer tries to call sched_pini() early in the
  boot and results in an quick panic.  Use ke_pinned instead as was originally
  done with Tor's patch.
  
  Approved by: julian
  
  Revision  Changes    Path
  1.503     +2 -2      src/sys/i386/i386/pmap.c
  1.63      +1 -23     src/sys/kern/sched_4bsd.c
  1.129     +2 -24     src/sys/kern/sched_ule.c
  1.401     +1 -0      src/sys/sys/proc.h
  1.20      +14 -6     src/sys/sys/sched.h


More information about the cvs-all mailing list