Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D).
Due to some differences in MSRs between Xeon Sandy Bridge and Core Sandy Bridge (Model 0x2A), wrmsr() may generate in a GP# fault exception and so a panic of the machine. Approved by: gnn (mentor) MFC after: 3 days
This commit is contained in:
parent
68cefd64ad
commit
f39e915e19
@ -143,7 +143,6 @@ pmc_intel_initialize(void)
|
||||
nclasses = 5;
|
||||
break;
|
||||
case 0x2A: /* Per Intel document 253669-039US 05/2011. */
|
||||
case 0x2D: /* Per Intel document 253669-041US 12/2011. */
|
||||
cputype = PMC_CPU_INTEL_SANDYBRIDGE;
|
||||
nclasses = 5;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user