Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2011 18:03:39 +0200
From:      Kostik Belousov <kostikbel@gmail.com>
To:        Alan Cox <alc@rice.edu>
Cc:        "K. Macy" <kmacy@freebsd.org>, freebsd-current@freebsd.org, Penta Upa <bsdboot@gmail.com>, Andriy Gapon <avg@freebsd.org>, Benjamin Kaduk <kaduk@mit.edu>
Subject:   Re: panic at vm_page_wire with FreeBSD 9.0 Beta 3
Message-ID:  <20111104160339.GM50300@deviant.kiev.zoral.com.ua>
In-Reply-To: <4EB4095D.3030303@rice.edu>
References:  <CAMsyT5Q5kMHRJQqFUdCCqqvKvFS_i5bvR8sHW6vNti_boD0nfA@mail.gmail.com> <alpine.GSO.1.10.1111020203230.882@multics.mit.edu> <4EB11C32.80106@FreeBSD.org> <4EB22938.4050803@rice.edu> <20111103132437.GV50300@deviant.kiev.zoral.com.ua> <4EB2D48E.1030102@rice.edu> <20111104100828.GG50300@deviant.kiev.zoral.com.ua> <4EB40015.5040100@rice.edu> <20111104153004.GK50300@deviant.kiev.zoral.com.ua> <4EB4095D.3030303@rice.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--02fnLrunYGada9IV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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

Fixed, this does not warrant the universe restart.

--02fnLrunYGada9IV
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iEYEARECAAYFAk60DNoACgkQC3+MBN1Mb4jG7gCeKZ8HB+fEhV0PhE5dRhQEbdkD
V3gAniUzbhG3Zj6LW5CPP6uOotJicbgx
=nGBY
-----END PGP SIGNATURE-----

--02fnLrunYGada9IV--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111104160339.GM50300>