ANDROID: arm64: traps: export dump_backtrace symbol

Export dump_backtrace symbol for modules to reference.

Bug: 169899018
Signed-off-by: Jonglin Lee <jonglin@google.com>
Change-Id: Ibc6caaabe212cb918d1c0c1e154e3244b28aa73e
This commit is contained in:
Jonglin Lee
2020-09-22 18:28:17 -07:00
parent a44b31f34c
commit c24fd0985a
+1
View File
@@ -136,6 +136,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)
{