Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174820
b: refs/heads/master
c: 5c788a6
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Barnes committed Dec 4, 2009
1 parent e08a311 commit fdd3b22
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f6e1d8cc38b3776038fb15d3acc82ed8bb552f82
refs/heads/master: 5c788a695ab5740413d9f9c0035d0d7aeef1c708
3 changes: 2 additions & 1 deletion trunk/drivers/pci/hotplug/ibmphp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ static int poll_hpc(void *data)
msleep(POLL_INTERVAL_SEC * 1000);

if (kthread_should_stop())
break;
goto out_sleep;

down (&semOperations);

Expand All @@ -904,6 +904,7 @@ static int poll_hpc(void *data)
/* give up the hardware semaphore */
up (&semOperations);
/* sleep for a short time just for good measure */
out_sleep:
msleep(100);
}
up (&sem_exit);
Expand Down

0 comments on commit fdd3b22

Please sign in to comment.