Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158120
b: refs/heads/master
c: 9062920
h: refs/heads/master
v: v3
  • Loading branch information
Ming Lei authored and Ingo Molnar committed Aug 2, 2009
1 parent ace9caf commit d7fe6ca
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: e351b660fddd4df76cc4635f896d311ed0ff3752
refs/heads/master: 90629209a020859b67423a6326f3765f220c7f5c
3 changes: 2 additions & 1 deletion trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -3603,10 +3603,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
#ifdef CONFIG_PROVE_LOCKING
+ sizeof(struct circular_queue)
#endif
) / 1024
);

printk(" per task-struct memory footprint: %lu bytes\n",
Expand Down

0 comments on commit d7fe6ca

Please sign in to comment.