Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 01/31/2008 00:46:55
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!
- 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.