Module Name: src Committed By: msaitoh Date: Tue Nov 12 16:11:39 UTC 2013
Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Fix calculation of the cpu model (display model) in cpu_probe_amd_cache(). The CPUID2MODEL() must be used only when the CPUID2FAMILY() macro returns 0xf or 0x6. Also fix a bug that CPUID2EXTMODEL() is _ADDED_. The correct way is shifting the return value of CPUID2EXTMODEL() 4bit left and _OR_ it. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 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.