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
commit 0db6925868

View file

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