Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: othersrc/zfs/external/cddl/osnet/dist



On Fri, Mar 27, 2009 at 09:14:40AM +1100, Simon Burge wrote:

> +#ifdef __NetBSD__
> +#include <uvm/uvm.h>
> +#define        btop(x)         ((x) * PAGE_SIZE)
>   [ ... ]
> 
> Isn't that working out "pages to bytes" and not "bytes to pages" ?
> 
> Unless btop() means something non-obvious in Solaris land...

Probably, please fix ;-)


Home | Main Index | Thread Index | Old Index