Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158111
b: refs/heads/master
c: 4dd861d
h: refs/heads/master
i:
  158109: 22a3af6
  158107: dc2e91c
  158103: 98eee62
  158095: 808cfad
  158079: b07a464
v: v3
  • Loading branch information
Ming Lei authored and Peter Zijlstra committed Jul 24, 2009
1 parent 7efc747 commit aa112ef
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ef681026ff85c49b7399ceec3eb62bbbcce605e8
refs/heads/master: 4dd861d6467007681991d8ec079d928db2018cbb
6 changes: 5 additions & 1 deletion trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -3429,7 +3429,11 @@ void __init lockdep_info(void)
sizeof(struct list_head) * CLASSHASH_SIZE +
sizeof(struct lock_list) * MAX_LOCKDEP_ENTRIES +
sizeof(struct lock_chain) * MAX_LOCKDEP_CHAINS +
sizeof(struct list_head) * CHAINHASH_SIZE) / 1024);
sizeof(struct list_head) * CHAINHASH_SIZE) / 1024
#ifdef CONFIG_PROVE_LOCKING
+ sizeof(struct circular_queue) + sizeof(bfs_accessed)
#endif
);

printk(" per task-struct memory footprint: %lu bytes\n",
sizeof(struct held_lock) * MAX_LOCK_DEPTH);
Expand Down

0 comments on commit aa112ef

Please sign in to comment.