Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29170
b: refs/heads/master
c: 785fccc
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Jun 16, 2006
1 parent 1f680f8 commit 70fbedd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d42510a0f58c2583c37c8e9b7548e3a68545863a
refs/heads/master: 785fcccd68bd4dc436f75fd4cd40e8557966c86d
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/processor_perflib.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ int acpi_processor_preregister_performance(
struct acpi_processor *match_pr;
struct acpi_psd_package *match_pdomain;

down(&performance_sem);
mutex_lock(&performance_mutex);

retval = 0;

Expand Down Expand Up @@ -772,7 +772,7 @@ int acpi_processor_preregister_performance(
pr->performance = NULL; /* Will be set for real in register */
}

up(&performance_sem);
mutex_unlock(&performance_mutex);
return retval;
}
EXPORT_SYMBOL(acpi_processor_preregister_performance);
Expand Down

0 comments on commit 70fbedd

Please sign in to comment.