Subject: Re: CVS commit: src/sys/kern
To: None <rmind@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 01/31/2008 12:05:25
> Module Name:	src
> Committed By:	rmind
> Date:		Thu Jan 31 00:46:55 UTC 2008
> 
> Modified Files:
> 	src/sys/kern: sched_m2.c
> 
> Log Message:
> - sched_cpuattach: fix address calculation, use roundup2();
>   Fixes the problems with systems having > 2GB of memory;
>   From <drochner>, thanks for catching this!

it's about virtual addresses.
i don't think amount of memory is related.

YAMAMOTO Takashi

> - Convert pool to pool-cache;
> - Adjust copyright while here;
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.18 -r1.19 src/sys/kern/sched_m2.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.