Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [rmind-uvmplock] src/sys/arch
Module Name: src
Committed By: rmind
Date: Mon May 31 01:12:15 UTC 2010
Modified Files:
src/sys/arch/x86/include [rmind-uvmplock]: cpuvar.h pmap.h
src/sys/arch/x86/x86 [rmind-uvmplock]: pmap.c pmap_tlb.c
src/sys/arch/xen/conf [rmind-uvmplock]: files.xen
src/sys/arch/xen/x86 [rmind-uvmplock]: cpu.c xen_pmap.c
Log Message:
- Split off Xen versions of pmap_map_ptes/pmap_unmap_ptes into Xen pmap,
also move pmap_apte_flush() with pmap_unmap_apdp() there.
- Make Xen buildable.
To generate a diff of this commit:
cvs rdiff -u -r1.31.4.1 -r1.31.4.2 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -u -r1.29.2.5 -r1.29.2.6 src/sys/arch/x86/include/pmap.h
cvs rdiff -u -r1.105.2.8 -r1.105.2.9 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/x86/x86/pmap_tlb.c
cvs rdiff -u -r1.106.4.2 -r1.106.4.3 src/sys/arch/xen/conf/files.xen
cvs rdiff -u -r1.42.2.1 -r1.42.2.2 src/sys/arch/xen/x86/cpu.c
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/xen/x86/xen_pmap.c
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