--- - branch: MAIN date: Wed Mar 8 18:00:49 UTC 2017 files: - new: '1.54' old: '1.53' path: src/sys/arch/amd64/conf/ALL pathrev: src/sys/arch/amd64/conf/ALL@1.54 type: modified - new: '1.415' old: '1.414' path: src/sys/arch/i386/conf/ALL pathrev: src/sys/arch/i386/conf/ALL@1.415 type: modified - new: '1.39' old: '1.38' path: src/sys/arch/xen/include/xenpmap.h pathrev: src/sys/arch/xen/include/xenpmap.h@1.39 type: modified - new: '1.72' old: '1.71' path: src/sys/arch/xen/x86/x86_xpmap.c pathrev: src/sys/arch/xen/x86/x86_xpmap.c@1.72 type: modified id: 20170308T180049Z.1b3802789b302e1ffa6074aaf4d2f11867b50f0d log: | A few changes: * Use markers to reduce false sharing. * Remove XENDEBUG_SYNC and several debug messages, they are just useless. * Remove xen_vcpu_*. They are unused and not optimized: if we really wanted to flush ranges we should pack the VAs in a mmuext_op array instead of performing several hypercalls in a loop. * Start removing PG_k. * KNF, reorder, simplify and remove stupid comments. module: src subject: 'CVS commit: src/sys/arch' unixtime: '1488996049' user: maxv