mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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:
parent
a61d61bab7
commit
0db6925868
|
|
@ -625,6 +625,7 @@ unsigned long get_wchan(struct task_struct *p)
|
||||||
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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user