Module Name: src Committed By: maxv Date: Sat Sep 16 09:28:38 UTC 2017
Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/xen/x86: x86_xpmap.c Log Message: Move xpq_idx into cpu_info, to prevent false sharing between CPUs. Saves 10s when doing a './build.sh -j 3 kernel=GENERIC' on xen-amd64-domU. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.73 -r1.74 src/sys/arch/xen/x86/x86_xpmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.