Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [bouyer-xen2] src/sys/arch/xen



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.




Home | Main Index | Thread Index | Old Index