cvs commit: src/sys/vm vm_zeroidle.c

Alfred Perlstein alfred at freebsd.org
Sun Oct 31 19:13:17 PST 2004


* Alan Cox <alc at FreeBSD.org> [041031 11:33] wrote:
> alc         2004-10-31 19:32:57 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/vm               vm_zeroidle.c 
>   Log:
>   Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessary
>   calls to wakeup() by vm_page_zero_idle_wakeup().
>   
>   Revision  Changes    Path
>   1.31      +9 -2      src/sys/vm/vm_zeroidle.c

Why not switch to a cv?

-- 
- Alfred Perlstein
- Research Engineering Development Inc.
- email: bright at mu.org cell: 408-480-4684


More information about the cvs-src mailing list