[PATCH] x86: Some preparationary cleanup for stack trace
- Remove unused all_contexts parameter No caller used it - Move skip argument into the structure (needed for followon patches) Cc: mingo@elte.hu Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
@@ -224,7 +224,10 @@ static int save_trace(struct stack_trace *trace)
|
||||
trace->max_entries = MAX_STACK_TRACE_ENTRIES - nr_stack_trace_entries;
|
||||
trace->entries = stack_trace + nr_stack_trace_entries;
|
||||
|
||||
save_stack_trace(trace, NULL, 0, 3);
|
||||
trace->skip = 3;
|
||||
trace->all_contexts = 0;
|
||||
|
||||
save_stack_trace(trace, NULL);
|
||||
|
||||
trace->max_entries = trace->nr_entries;
|
||||
|
||||
|
Reference in New Issue
Block a user