Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262423
b: refs/heads/master
c: f59de89
h: refs/heads/master
i:
  262421: 38252cc
  262419: c2cba13
  262415: 6d3f846
v: v3
  • Loading branch information
Tejun Heo authored and Ingo Molnar committed Aug 4, 2011
1 parent 8fcb358 commit 48c64a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 83835b3d9aec8e9f666d8223d8a386814f756266
refs/heads/master: f59de8992aa6dc85e81aadc26b0f69e17809721d
5 changes: 1 addition & 4 deletions trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2874,10 +2874,7 @@ static int mark_lock(struct task_struct *curr, struct held_lock *this,
void lockdep_init_map(struct lockdep_map *lock, const char *name,
struct lock_class_key *key, int subclass)
{
int i;

for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++)
lock->class_cache[i] = NULL;
memset(lock, 0, sizeof(*lock));

#ifdef CONFIG_LOCK_STAT
lock->cpu = raw_smp_processor_id();
Expand Down

0 comments on commit 48c64a3

Please sign in to comment.