commit | 2f8501815256af8498904e68bd0984b1afffd6f8 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Fri Mar 20 11:13:20 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Mar 30 23:19:24 2009 +0200 |
tree | ffc9b4d8d80906fc2743b34dcdc93fdd2294f2c6 | |
parent | 19cefdffbfe0f7e280f21e80875937e8700e99e2 [diff] |
lockdep: fix deadlock in lockdep_trace_alloc 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>