mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: arm64: Export show_regs for vendor module usage
Export show_regs for vendor module usage to print cpu back trace from trace_android_vh_ipi_stop vendor hook. Bug: 177348820 Change-Id: Idcbe887dfc02626d4af1a4cb53dafe3d5a2ba1dd Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
This commit is contained in:
parent
3e5779195f
commit
ae3a19c232
|
|
@ -306,6 +306,7 @@ void show_regs(struct pt_regs * regs)
|
|||
__show_regs(regs);
|
||||
dump_backtrace(regs, NULL, KERN_DEFAULT);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(show_regs);
|
||||
|
||||
static void tls_thread_flush(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user