Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100586
b: refs/heads/master
c: 3e61e0c
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Paalanen authored and Ingo Molnar committed Jul 1, 2008
1 parent 9108b57 commit 6d74f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 97e6722b8d6b5880c4d5751127d5083b1b7df27d
refs/heads/master: 3e61e0c976532a542b23bbb74c8f631815171078
1 change: 0 additions & 1 deletion trunk/kernel/semaphore.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void down(struct semaphore *sem)
{
unsigned long flags;

ftrace_special(sem->count, 0, __LINE__);
spin_lock_irqsave(&sem->lock, flags);
if (likely(sem->count > 0))
sem->count--;
Expand Down

0 comments on commit 6d74f64

Please sign in to comment.