Subject: Re: round_page prototype (was: CVS commit: syssrc)
To: Simon Burge <simonb@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: port-alpha
Date: 03/27/2000 14:11:58
Simon Burge <simonb@netbsd.org> writes:

> I'm not sure where the breakage came from (I just ran into the same
> problem but you beat me to a fix), but should round_page() on an
> Alpha return a 64 bit number or a 32 bit number?

Hm.  I just checked the original ubc2 branch, and it casts MSGBUFSIZE
to vaddr_t before passing round_page() and leave the format %ld.  This
might be better.

Also, vsize_t is probably better type for `sz' rather than size_t.

enami.