Subject: CVS commit: [bouyer-xenamd64] src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/13/2007 19:19:42
Module Name: src
Committed By: bouyer
Date: Tue Nov 13 19:19:42 UTC 2007
Modified Files:
src/sys/arch/x86/x86 [bouyer-xenamd64]: pmap.c
Log Message:
On Xen, pmap_pdp_ctor() doens't map the kernel. Put in a dummy entry for
the last kernel entry, so that pmap_create() won't enter an infinite loop.
A xenamd64 kernel boots again.
To generate a diff of this commit:
cvs rdiff -r1.1.4.4 -r1.1.4.5 src/sys/arch/x86/x86/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.