Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190990
b: refs/heads/master
c: 54d47a2
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed May 4, 2010
1 parent 2e77f52 commit b39b9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fa9a97dec611c5356301645d576b523ce3919eba
refs/heads/master: 54d47a2be5e7f928fb77b2f5a0761f6bd3c9dbff
4 changes: 2 additions & 2 deletions trunk/kernel/lockdep_internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ DECLARE_PER_CPU(struct lockdep_stats, lockdep_stats);

#define debug_atomic_inc(ptr) { \
WARN_ON_ONCE(!irqs_disabled()); \
this_cpu_inc(lockdep_stats.ptr); \
__this_cpu_inc(lockdep_stats.ptr); \
}

#define debug_atomic_dec(ptr) { \
WARN_ON_ONCE(!irqs_disabled()); \
this_cpu_dec(lockdep_stats.ptr); \
__this_cpu_dec(lockdep_stats.ptr); \
}

#define debug_atomic_read(ptr) ({ \
Expand Down

0 comments on commit b39b9e8

Please sign in to comment.