mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
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:
parent
a44b31f34c
commit
c24fd0985a
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user