panic at vm_page_wire with FreeBSD 9.0 Beta 3

Kostik Belousov kostikbel at gmail.com
Fri Nov 4 16:03:44 UTC 2011


On Fri, Nov 04, 2011 at 10:48:45AM -0500, Alan Cox wrote:
> On 11/04/2011 10:30, Kostik Belousov wrote:
> >  	for (b = i = 0; i<= PAGE_SIZE / DEV_BSIZE; ++i) {
> >  		if (i == (PAGE_SIZE / DEV_BSIZE) ||
> >-		    (m->valid&  (1<<  i))
> >+		    (m->valid&  ((vm_page_bits_t)1<<  i))
> >  		) {
> >  			if (i>  b) {
> >  				pmap_zero_page_area(m,
> 
> While we're here, we might as well fix the old style bug above by moving 
> the ") {" to the proper place.

Fixed, this does not warrant the universe restart.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20111104/f82e215e/attachment.pgp


More information about the freebsd-current mailing list