Subject: CVS commit: src/sys/arch/xen/x86
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/15/2008 19:55:53
Module Name:	src
Committed By:	bouyer
Date:		Tue Jan 15 19:55:53 UTC 2008

Modified Files:
	src/sys/arch/xen/x86: x86_xpmap.c

Log Message:
Allocate one more L2 slot in xen_pmap_bootstrap() for i386.
pmap_bootstrap()/init386() wants to map a few additionnal things after
first_avail that we didn't account for, before pmap_growkernel() is
used/functionnal, and if the loaded kernel is close to the end of
the last L2 slot we loose. Should fix port-xen/37761 by YAMAMOTO Takashi.

Fix a XENPRINTF() so that low debug builds again.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/xen/x86/x86_xpmap.c

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