mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
stacktrace: export save_stack_trace[_tsk]
Andrew Morton reported this against linux-next: ERROR: ".save_stack_trace" [tests/backtracetest.ko] undefined! Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
8594698ebd
commit
7b4c9505f2
7 changed files with 8 additions and 0 deletions
|
@ -73,3 +73,4 @@ void save_stack_trace(struct stack_trace *trace)
|
|||
prepare_frametrace(regs);
|
||||
save_context_stack(trace, regs);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(save_stack_trace);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue