Module Name: src Committed By: snj Date: Thu Jul 14 06:51:03 UTC 2016
Modified Files: src/sys/arch/x86/include [netbsd-6]: cpufunc.h src/sys/arch/x86/x86 [netbsd-6]: errata.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1361): sys/arch/x86/include/cpufunc.h: revision 1.19 sys/arch/x86/x86/errata.c: revision 1.23 Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked() to their implementation. Both functions don't take the passcode as argument. As wrmsr_locked() no longer writes the passcode to the msr the erratum 721 on my Opteron 2356 really gets patched and cc1 no longer crashes with SIGSEGV. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.8.1 src/sys/arch/x86/include/cpufunc.h cvs rdiff -u -r1.19.14.1 -r1.19.14.2 src/sys/arch/x86/x86/errata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.