Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108190
b: refs/heads/master
c: 0f2bc27
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Aug 11, 2008
1 parent ce291c3 commit e6bc23e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: e5f363e358cf16e4ad13a6826e15088c5495efe9
refs/heads/master: 0f2bc27be27ca1dcc66b96131e44bf7648b959c6
6 changes: 0 additions & 6 deletions trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2935,9 +2935,6 @@ void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
{
unsigned long flags;

if (unlikely(!lock_stat && !prove_locking))
return;

if (unlikely(current->lockdep_recursion))
return;

Expand All @@ -2958,9 +2955,6 @@ void lock_release(struct lockdep_map *lock, int nested,
{
unsigned long flags;

if (unlikely(!lock_stat && !prove_locking))
return;

if (unlikely(current->lockdep_recursion))
return;

Expand Down

0 comments on commit e6bc23e

Please sign in to comment.