Module Name: src Committed By: maxv Date: Thu Sep 12 06:39:47 UTC 2019
Modified Files:
src/sys/arch/x86/x86: identcpu.c
Log Message:
Fix a normally harmless race: initialize several global variables only on
cpu0, so we don't get eg cpu1 re-initializing them while cpu0 is using
them.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/x86/x86/identcpu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
