Subject: Re: CVS commit: syssrc
To: None <aymeric@netbsd.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 01/13/2001 13:52:21
In <200101130215.EAA26750@netbsd.hut.fi>
aymeric@netbsd.org

> Module Name:	syssrc
> Committed By:	aymeric
> Date:		Sat Jan 13 02:15:17 UTC 2001
> 
> Modified Files:
> 	syssrc/sys/arch/amiga/amiga: amiga_init.c
> 
> Log Message:
> Make this compile again: we don't need to initialize PAGE_SIZE and friends
> since they are now (preprocessor) constants.

PAGE_SIZE was defined as uvmexp.pagesize before.
Shouldn't it be initialized to NBPG? I guess NBPG is
8192 on amiga, not DEFAULT_PAGE_SIZE (==4096).

uvmexp.pagemask and uvmexp.pageshift (which were
defined as PAGE_MASK and PAGE_SHIFT) are initialized
in uvm_page.c:uvm_setpagesize(), though.
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp