Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2002 14:37:42 -0500
From:      Alan Cox <alc@cs.rice.edu>
To:        Alan Cox <alc@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/vm vm_zeroidle.c
Message-ID:  <20020707193742.GX11391@cs.rice.edu>
In-Reply-To: <200207071927.g67JRvwi019399@freefall.freebsd.org>
References:  <200207071927.g67JRvwi019399@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 07, 2002 at 12:27:57PM -0700, Alan Cox wrote:
> alc         2002/07/07 12:27:57 PDT
> 
>   Modified files:
>     sys/vm               vm_zeroidle.c 
>   Log:
>    o Lock accesses to the free queue(s) in vm_page_zero_idle().
>   
>   Revision  Changes    Path
>   1.10      +4 -0      src/sys/vm/vm_zeroidle.c

I believe that Giant could be removed from vm_page_zero_idle()
on alpha and ia64.  i386's pmap_zero_page() is not MPSAFE.
I'm not sure about sparc64.

Alan

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?20020707193742.GX11391>