Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155717
b: refs/heads/master
c: f1c6a58
h: refs/heads/master
i:
  155715: 0e82333
v: v3
  • Loading branch information
Daniel Qarras authored and Ingo Molnar committed Jul 13, 2009
1 parent 30b2c77 commit 80af502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3d7e183dc276df2fcaf02af173a49ad119ba9f9
refs/heads/master: f1c6a58121f9846ac665b0fbd3cbab90ce8bcbac
6 changes: 2 additions & 4 deletions trunk/arch/x86/kernel/cpu/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,10 +1583,8 @@ static int p6_pmu_init(void)
break;
case 9:
case 13:
/* for Pentium M, we need to check if PMU exist */
rdmsr(MSR_IA32_MISC_ENABLE, low, high);
if (low & MSR_IA32_MISC_ENABLE_EMON)
break;
/* Pentium M */
break;
default:
pr_cont("unsupported p6 CPU model %d ",
boot_cpu_data.x86_model);
Expand Down

0 comments on commit 80af502

Please sign in to comment.