Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 16:14:23 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_lock.c
Message-ID:  <200808221614.m7MGEXQI081972@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-08-22 16:14:23 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_lock.c 
  Log:
  SVN rev 182010 on 2008-08-22 16:14:23Z by jhb
  
  Use |= rather than += when aggregrating requests to wakeup the swapper.
  What we really want is an inclusive or of all the requests, and += can
  in theory roll over to 0.
  
  Revision  Changes    Path
  1.136     +2 -2      src/sys/kern/kern_lock.c



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