Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Jed Davis <jld@netbsd.org>
List: source-changes
Date: 03/23/2006 04:14:33
Module Name:	src
Committed By:	jld
Date:		Thu Mar 23 04:14:33 UTC 2006

Modified Files:
	src/sys/arch/xen/i386: machdep.c

Log Message:
Fix handling of physmem (and the hw.usermem sysctl) to better reflect
reality -- the memory taken by the kernel image should be counted in the
former, but not the latter, as is the case on other ports.

Discussed on port-xen; approved by bouyer@.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/xen/i386/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.