summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel/p6.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/events/intel/p6.c')
-rw-r--r--arch/x86/events/intel/p6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/events/intel/p6.c b/arch/x86/events/intel/p6.c
index 1f5c47ab4c65..c5e441baccc7 100644
--- a/arch/x86/events/intel/p6.c
+++ b/arch/x86/events/intel/p6.c
@@ -233,7 +233,7 @@ static __initconst const struct x86_pmu p6_pmu = {
static __init void p6_pmu_rdpmc_quirk(void)
{
- if (boot_cpu_data.x86_mask < 9) {
+ if (boot_cpu_data.x86_stepping < 9) {
/*
* PPro erratum 26; fixed in stepping 9 and above.
*/