Subject: Re: CVS commit: syssrc
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Aymeric Vincent <Aymeric.Vincent@labri.u-bordeaux.fr>
List: source-changes
Date: 01/13/2001 11:58:46
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:
> Actually PAGE_SIZE is now constant, but I think it is used for
> reference. uvmexp.pagesize is still used in UVM so
>
> RELOC(uvmexp.pagesize, u_int) = NBPG;
>
> is needed as before, isn't it?
>
> BTW, does amiga port call uvm_setpagesize()?
> If not, other values (pageshift, pagemask) should
> also be initialized.
I'll look at this (hopefully today), thanks for pointing it out.
regards,
Aymeric