From d7fe6ca6f1ec30c31f73b449c7256a9282a59095 Mon Sep 17 00:00:00 2001 From: Ming Lei Date: Sun, 2 Aug 2009 21:43:36 +0800 Subject: [PATCH] --- yaml --- r: 158120 b: refs/heads/master c: 90629209a020859b67423a6326f3765f220c7f5c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/lockdep.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f0210838d0ce..4bec1b976989 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e351b660fddd4df76cc4635f896d311ed0ff3752 +refs/heads/master: 90629209a020859b67423a6326f3765f220c7f5c diff --git a/trunk/kernel/lockdep.c b/trunk/kernel/lockdep.c index 2b443b5090a1..0843584aed5e 100644 --- a/trunk/kernel/lockdep.c +++ b/trunk/kernel/lockdep.c @@ -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",