Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 May 1996 14:35:06 +0000
From:      Poul-Henning Kamp <phk@critter.tfs.com>
Cc:        CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org
Subject:   Re: cvs commit: src/sys/i386/conf Makefile.i386 src/sys/nfs ...
Message-ID:  <3420.831047706@critter.tfs.com>
In-Reply-To: Your message of "Thu, 02 May 1996 07:21:18 MST." <199605021421.HAA28984@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>   removed:
>           CLBYTES PD_SHIFT PGSHIFT NBPG PGOFSET CLSIZELOG2 CLSIZE pdei()
>           ptei() kvtopte() ptetov() ispt() ptetoav() &c &c
>   new:
>           NPDEPG
>   
>   Major macro cleanup.

I have not touched the dosboot, because I cannot recompile it :-(

If too many ports break because they need NBPG, I would like to try

	#define NBPG	getpagesize()

and if that gives too much trouble:

	#define NBPG	PAGE_SIZE

I'm running a cvs-cur CTM out of schedule, so I can check that I didn't
screw up with this mega-commit.  

--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@ref.tfs.com       TRW Financial Systems, Inc.
Future will arrive by its own means, progress not so.



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