Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106995
b: refs/heads/master
c: 9b67c5d
h: refs/heads/master
i:
  106993: 0c77a1c
  106991: 2b372cb
v: v3
  • Loading branch information
Thomas Renninger authored and Linus Torvalds committed Jul 30, 2008
1 parent 9377ad2 commit 67c214e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a1531acd43310a7e4571d52e8846640667f4c74b
refs/heads/master: 9b67c5d48f104aae6118bbb052dd79a15ab9794b
6 changes: 3 additions & 3 deletions trunk/drivers/acpi/processor_perflib.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ static int acpi_processor_ppc_notifier(struct notifier_block *nb,
if (ignore_ppc)
return 0;

mutex_lock(&performance_mutex);

if (event != CPUFREQ_INCOMPATIBLE)
goto out;
return 0;

mutex_lock(&performance_mutex);

pr = per_cpu(processors, policy->cpu);
if (!pr || !pr->performance)
Expand Down

0 comments on commit 67c214e

Please sign in to comment.