OpenSolaris

Printable Version Enter a New Search
Bug ID 6738081
Synopsis Intel Machine check plugin should use cmi handle instead of accessing CPU stucture
State 10-Fix Delivered (Fix available in build)
Category:Subcategory fma:cpu
Keywords
Responsible Engineer Adrian Frost
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_98
Fixed In snv_98
Release Fixed solaris_nevada(snv_98) , solaris_10u7(s10u7_01) (Bug ID:2166554)
Related Bugs
Submit Date 18-August-2008
Last Update Date 10-November-2008
Description
in gintel_main.c function gintel_cpu_generation should not call cpuid_get{family,model} directly nor use the CPU pointer. Use cmi_hdl_{family,model} instead using the resource handle, which will work when this stuff is ported for xVM.  You shouldn't use CPU in ereport generation code generally as you are not certain to be running on the same cpu that actually experienced the error. No bearing on correctness of the result here, obviously, just how we get there
Work Around
N/A
Comments
N/A