cvs commit: src/sys/kern kern_lock.c

John Baldwin jhb at FreeBSD.org
Fri Aug 22 16:14:33 UTC 2008


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


More information about the cvs-src mailing list