Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219545
b: refs/heads/master
c: 5a37f13
h: refs/heads/master
i:
  219543: 8a6c46e
v: v3
  • Loading branch information
Thomas Gleixner authored and Jesse Barnes committed Oct 15, 2010
1 parent ae346cd commit 62e10a3
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: 50c1126ee1990920705a067a6f3f9bb892369b08
refs/heads/master: 5a37f1381f1d8625fa458360c9b5d17f0c5f1dea
4 changes: 2 additions & 2 deletions trunk/drivers/pci/hotplug/ibmphp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ void __init ibmphp_hpc_initvars (void)
debug ("%s - Entry\n", __func__);

mutex_init(&sem_hpcaccess);
init_MUTEX (&semOperations);
init_MUTEX_LOCKED (&sem_exit);
sema_init(&semOperations, 1);
sema_init(&sem_exit, 0);
to_debug = 0;

debug ("%s - Exit\n", __func__);
Expand Down

0 comments on commit 62e10a3

Please sign in to comment.