mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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:
parent
1c84293163
commit
9810d13cf9
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user