Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31773
b: refs/heads/master
c: 3659624
h: refs/heads/master
i:
  31771: b3aa00b
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jul 3, 2006
1 parent a5df08e commit 35b0ef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 9e7f4d451e99b7592a96ad0efaf8bcc1e7b2f854
refs/heads/master: 36596243daf7e1d795c647de04af95e835b8c5b4
8 changes: 0 additions & 8 deletions trunk/kernel/mutex-debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,9 @@ do { \
} \
} while (0)

# define DEBUG_BUG_ON(c) \
do { \
if (unlikely(c)) \
DEBUG_BUG(); \
} while (0)

#ifdef CONFIG_SMP
# define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c)
# define SMP_DEBUG_BUG_ON(c) DEBUG_BUG_ON(c)
#else
# define SMP_DEBUG_LOCKS_WARN_ON(c) do { } while (0)
# define SMP_DEBUG_BUG_ON(c) do { } while (0)
#endif

0 comments on commit 35b0ef9

Please sign in to comment.