Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356282
b: refs/heads/master
c: 5cd3f5a
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and Ingo Molnar committed Feb 19, 2013
1 parent 99c84e7 commit aa8b3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c06b4f1947213cd0902610fafcabac02d49ad728
refs/heads/master: 5cd3f5affad2109fd1458aab3f6216f2181e26ea
2 changes: 1 addition & 1 deletion trunk/include/linux/lockdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ struct lock_class_key { };

#define lockdep_depth(tsk) (0)

#define lockdep_assert_held(l) do { } while (0)
#define lockdep_assert_held(l) do { (void)(l); } while (0)

#define lockdep_recursing(tsk) (0)

Expand Down

0 comments on commit aa8b3a3

Please sign in to comment.