ANDROID: vendor_hooks: export get_wchan

Export get_wchan to get the block reason

Bug: 205684022
Signed-off-by: xieliujie <xieliujie@oppo.com>
Change-Id: I7b65bb502b805e7dac13e5f9d725da1ff70fe306
This commit is contained in:
xieliujie
2021-11-11 09:57:31 +08:00
committed by Todd Kjos
parent a61d61bab7
commit 0db6925868

View File

@@ -625,6 +625,7 @@ out:
put_task_stack(p); put_task_stack(p);
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(get_wchan);
unsigned long arch_align_stack(unsigned long sp) unsigned long arch_align_stack(unsigned long sp)
{ {