Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2004 10:07:22 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c src/sys/kern sched_4bsd.c sched_ule.c src/sys/sys proc.h sched.h
Message-ID:  <200409111007.i8BA7MeA090701@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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