Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/18/2005 14:44:59
Module Name: src
Committed By: bouyer
Date: Tue Jan 18 14:44:59 UTC 2005
Modified Files:
src/sys/arch/xen/i386 [bouyer-xen2]: xen_machdep.c
src/sys/arch/xen/include [bouyer-xen2]: cpufunc.h xen.h
Log Message:
The wbinvd instruction can't be used with xen, it case a kernel trap.
Implement wbinvd() with MMUEXT_FLUSH_CACHE.
Make shared_info_t volatile.
To generate a diff of this commit:
cvs rdiff -r1.5.6.2 -r1.5.6.3 src/sys/arch/xen/i386/xen_machdep.c
cvs rdiff -r1.4.2.1 -r1.4.2.2 src/sys/arch/xen/include/cpufunc.h
cvs rdiff -r1.9.2.2 -r1.9.2.3 src/sys/arch/xen/include/xen.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.