Module Name: src Committed By: maxv Date: Sat Feb 17 17:44:09 UTC 2018
Modified Files: src/sys/arch/x86/x86: pmap.c svs.c x86_machdep.c Log Message: Add svs_init. This is where we will detect the CPU and decide whether to turn SVS on or not. Add svs_pgg_update to dynamically add/remove PG_G from all the kernel pages. Use it now. To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/sys/arch/x86/x86/pmap.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/x86/svs.c cvs rdiff -u -r1.102 -r1.103 src/sys/arch/x86/x86/x86_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.