Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100665
b: refs/heads/master
c: 992860e
h: refs/heads/master
i:
  100663: a00332a
v: v3
  • Loading branch information
Ingo Molnar committed Jul 14, 2008
1 parent 83f0970 commit bc0dd6b
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: b4ba0ba24b57ec975482f4ba2d350fbee7557240
refs/heads/master: 992860e991f2015fb8c8df65aa32afa0dcbb4430
3 changes: 2 additions & 1 deletion trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,8 @@ __lock_release(struct lockdep_map *lock, int nested, unsigned long ip)
*/
static void check_flags(unsigned long flags)
{
#if defined(CONFIG_DEBUG_LOCKDEP) && defined(CONFIG_TRACE_IRQFLAGS)
#if defined(CONFIG_PROVE_LOCKING) && defined(CONFIG_DEBUG_LOCKDEP) && \
defined(CONFIG_TRACE_IRQFLAGS)
if (!debug_locks)
return;

Expand Down

0 comments on commit bc0dd6b

Please sign in to comment.