forked from Minki/linux
[PATCH] unwinder: Remove lockdep disabling of nested locks for unwinder
Shouldn't be needed anymore since __kernel_text_address is used unconditionally on x86-64 Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
446f713ba1
commit
eef5e0d185
@ -228,11 +228,7 @@ static int save_trace(struct stack_trace *trace)
|
||||
trace->skip = 3;
|
||||
trace->all_contexts = 0;
|
||||
|
||||
/* Make sure to not recurse in case the the unwinder needs to tak
|
||||
e locks. */
|
||||
lockdep_off();
|
||||
save_stack_trace(trace, NULL);
|
||||
lockdep_on();
|
||||
|
||||
trace->max_entries = trace->nr_entries;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user