Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109309
b: refs/heads/master
c: 04148b7
h: refs/heads/master
i:
  109307: 1156d42
v: v3
  • Loading branch information
Joe Korty authored and Ingo Molnar committed Aug 26, 2008
1 parent 2958c9b commit 5d129a9
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: 2189459d25a47401c69a17794c9d390c890351f9
refs/heads/master: 04148b73b89d49fe0fe201bcee395e51f7d637ce
2 changes: 1 addition & 1 deletion trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,7 @@ __lock_contended(struct lockdep_map *lock, unsigned long ip)

stats = get_lock_stats(hlock_class(hlock));
if (point < ARRAY_SIZE(stats->contention_point))
stats->contention_point[i]++;
stats->contention_point[point]++;
if (lock->cpu != smp_processor_id())
stats->bounces[bounce_contended + !!hlock->read]++;
put_lock_stats(stats);
Expand Down

0 comments on commit 5d129a9

Please sign in to comment.