diff options
-rw-r--r-- | arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c index b43200dbfe7e..0d5ec6d6d335 100644 --- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c +++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c | |||
@@ -2857,7 +2857,7 @@ static int __init uncore_cpu_init(void) | |||
2857 | snb_uncore_cbox.num_boxes = max_cores; | 2857 | snb_uncore_cbox.num_boxes = max_cores; |
2858 | msr_uncores = snb_msr_uncores; | 2858 | msr_uncores = snb_msr_uncores; |
2859 | break; | 2859 | break; |
2860 | case 45: /* Sandy Birdge-EP */ | 2860 | case 45: /* Sandy Bridge-EP */ |
2861 | if (snbep_uncore_cbox.num_boxes > max_cores) | 2861 | if (snbep_uncore_cbox.num_boxes > max_cores) |
2862 | snbep_uncore_cbox.num_boxes = max_cores; | 2862 | snbep_uncore_cbox.num_boxes = max_cores; |
2863 | msr_uncores = snbep_msr_uncores; | 2863 | msr_uncores = snbep_msr_uncores; |