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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"