Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 1997 10:54:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 swtch.s
Message-ID:  <199709051754.KAA21045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/09/05 10:54:09 PDT

  Modified files:
    sys/i386/i386        swtch.s 
  Log:
  Argh, what was I thinking??  Don't (yet) halt the CPU in the idle loop
  while waiting for an interrupt (rather than spinning on the runqueue status
  bits), since the other cpu can put stuff in there and the sleeping cpu may
  not get an interrupt for a while.  When we have a reschedule IPI, this can
  come back.
  
  Pointed out by: fsmp
  
  Revision  Changes    Path
  1.61      +3 -1      src/sys/i386/i386/swtch.s



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