Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2000 18:18:27 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 mpboot.s
Message-ID:  <200009070118.SAA07235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       2000/09/06 18:18:27 PDT

  Modified files:        (Branch: RELENG_4)
    sys/i386/i386        mpboot.s 
  Log:
  Performing a locked instruction after the call to rel_mplock does not
  guarantee that other processors will be able to obtain the giant lock.
  
  Using the wbinvd instruction avoids the livelock.
  
  Revision  Changes    Path
  1.13.2.3  +3 -5      src/sys/i386/i386/mpboot.s



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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