Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375701
b: refs/heads/master
c: 35363e9
h: refs/heads/master
i:
  375699: bcfd420
v: v3
  • Loading branch information
Dirk Brandewie authored and Rafael J. Wysocki committed May 12, 2013
1 parent a038e52 commit 4e58728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a73108d578559c83e35fa386a4058142a019b8d4
refs/heads/master: 35363e943f2b0aa503e1dd55f894f736563e85a3
3 changes: 1 addition & 2 deletions trunk/drivers/cpufreq/intel_pstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,8 @@ static void intel_pstate_set_pstate(struct cpudata *cpu, int pstate)
if (pstate == cpu->pstate.current_pstate)
return;

#ifndef MODULE
trace_cpu_frequency(pstate * 100000, cpu->cpu);
#endif

cpu->pstate.current_pstate = pstate;
wrmsrl(MSR_IA32_PERF_CTL, pstate << 8);

Expand Down

0 comments on commit 4e58728

Please sign in to comment.