Skip to content

Commit

Permalink
[PATCH] unwinder: Remove lockdep disabling of nested locks for unwinder
Browse files Browse the repository at this point in the history
Shouldn't be needed anymore since __kernel_text_address
is used unconditionally on x86-64

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Dec 7, 2006
1 parent 446f713 commit eef5e0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit eef5e0d

Please sign in to comment.