ANDROID: arm64: traps: export dump_backtrace symbol

Export dump_backtrace symbol for modules to reference.

[added again as it moved around in 5.10-rc1]

Bug: 169899018
Cc: Jonglin Lee <jonglin@google.com>
Cc: Will Deacon <willdeacon@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I8448584ed8af204deaa991c5a60b04a39b47ac2f
This commit is contained in:
Greg Kroah-Hartman 2020-10-20 19:46:17 +02:00
parent 1c84293163
commit 9810d13cf9

View File

@ -190,6 +190,7 @@ void dump_backtrace(struct pt_regs *regs, struct task_struct *tsk,
put_task_stack(tsk);
}
EXPORT_SYMBOL_GPL(dump_backtrace);
void show_stack(struct task_struct *tsk, unsigned long *sp, const char *loglvl)
{