Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2008 03:20:13 -0500
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Niclas Zeising <niclas.zeising@gmail.com>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Paul Saab <ps@FreeBSD.org>, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/sys mincore.2 src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/sys mman.h
Message-ID:  <20080328082012.GA47461@lor.one-eyed-alien.net>
In-Reply-To: <47EC9999.1020700@gmail.com>
References:  <200803280429.m2S4TRwH016625@repoman.freebsd.org> <47EC9999.1020700@gmail.com>

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

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

On Fri, Mar 28, 2008 at 08:09:13AM +0100, Niclas Zeising wrote:
> Paul Saab wrote:
>> ps          2008-03-28 04:29:27 UTC
>>=20
>>   FreeBSD src repository
>>=20
>>   Modified files:
>>     lib/libc/sys         mincore.2     sys/amd64/amd64      pmap.c    =
=20
>> sys/i386/i386        pmap.c     sys/sys              mman.h   Log:
>>   Add support to mincore for detecting whether a page is part of a
>>   "super" page or not.
>>     Reviewed by:    alc, ups
>>     Revision  Changes    Path
>>   1.27      +2 -0      src/lib/libc/sys/mincore.2
>>   1.610     +2 -1      src/sys/amd64/amd64/pmap.c
>>   1.611     +3 -2      src/sys/i386/i386/pmap.c
>>   1.42      +1 -0      src/sys/sys/mman.h
>=20
>=20
> There is a typo in this that broke the build. Attached patch fixes the=20
> build.

Committed.

Thanks,
Brooks

> Regards!
> Niclas

> Index: src/sys/i386/i386/pmap.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v
> retrieving revision 1.611
> diff -u -d -r1.611 pmap.c
> --- src/sys/i386/i386/pmap.c	28 Mar 2008 04:29:27 -0000	1.611
> +++ src/sys/i386/i386/pmap.c	28 Mar 2008 07:54:02 -0000
> @@ -4481,7 +4481,7 @@
>  	if (*pdep !=3D 0) {
>  		if (*pdep & PG_PS) {
>  			pte =3D *pdep;
> -			val =3D MINCORE_SUPER:
> +			val =3D MINCORE_SUPER;
>  			/* Compute the physical address of the 4KB page. */
>  			pa =3D ((*pdep & PG_PS_FRAME) | (addr & PDRMASK)) &
>  			    PG_FRAME;


--UugvWAfsgieZRqgk
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (FreeBSD)

iD8DBQFH7Ko7XY6L6fI4GtQRAjNgAJ0bkd3cxjDrt7o3r1BtfMXQ+CUY0wCgonMD
VrvqZ0ZSTOT8j4eCdnVuzlU=
=HtJ4
-----END PGP SIGNATURE-----

--UugvWAfsgieZRqgk--



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