lockdep: fix deadlock in lockdep_trace_alloc
authorPeter Zijlstra <peterz@infradead.org>
Fri, 20 Mar 2009 10:13:20 +0000 (11:13 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 30 Mar 2009 21:19:24 +0000 (23:19 +0200)
Heiko reported that we grab the graph lock with irqs enabled.

Fix this by providng the same wrapper as all other lockdep entry
functions have.

Reported-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Nick Piggin <npiggin@suse.de>
LKML-Reference: <1237544000.24626.52.camel@twins>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found