Module Name: src Committed By: jym Date: Sun Apr 18 15:25:53 UTC 2010
Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Fix a test semantic in cpu_probe(): check that the CPU currently probed is the first one booting by comparing its struct cpu_info address with cpu_info_primary, rather than supposing that cpu_feature variables are set to 0. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 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.