Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143251
b: refs/heads/master
c: 1c98aa7
h: refs/heads/master
i:
  143249: 9e1a5d8
  143247: 62512f9
v: v3
  • Loading branch information
Linus Torvalds committed Apr 14, 2009
1 parent cad8ba3 commit c355c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2e1c63b7ed36532b68f0eddd6a184d7ba1013b89
refs/heads/master: 1c98aa7424ff163637d8321674ec58dee28152d4
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static unsigned int get_measured_perf(struct cpufreq_policy *policy,
unsigned int perf_percent;
unsigned int retval;

if (smp_call_function_single(cpu, read_measured_perf_ctrs, &cur, 1))
if (smp_call_function_single(cpu, read_measured_perf_ctrs, &readin, 1))
return 0;

cur.aperf.whole = readin.aperf.whole -
Expand Down

0 comments on commit c355c2b

Please sign in to comment.