From: Ingo Molnar Date: Sun, 2 Aug 2009 12:44:24 +0000 (+0200) Subject: lockdep: Fix BFS build X-Git-Tag: v2.6.32-rc1~726^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbfa26229a8143889e95e0df4a9d69067ee836cd;p=pandora-kernel.git lockdep: Fix BFS build Fix: kernel/built-in.o: In function `lockdep_stats_show': lockdep_proc.c:(.text+0x48202): undefined reference to `max_bfs_queue_depth' As max_bfs_queue_depth is only available under CONFIG_PROVE_LOCKING=y. Cc: Ming Lei Cc: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed