Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/19/2005 17:33:38
Module Name:	src
Committed By:	bouyer
Date:		Wed Jan 19 17:33:38 UTC 2005

Modified Files:
	src/sys/arch/xen/i386 [bouyer-xen2]: pmap.c

Log Message:
With help from YAMAMOTO Takashi, get the XEN0 kernel multiuser again:
In pmap_pdp_dtor(), make the page writable again, now that it's no longer
a PDP page.
yamt says that we should use pmap_kenter_pa here, but I'm not sure if I
have to call pmap_remove() first, so for now this his #ifdef'd out.


To generate a diff of this commit:
cvs rdiff -r1.6.6.4 -r1.6.6.5 src/sys/arch/xen/i386/pmap.c

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