ANDROID: sched: Add export symbol resched_curr
Add export symbol resched_curr to enable scheduler value add. Bug: 176077958 Change-Id: I9c26b4d8738d6fd7d1067cb164a30b0228c5a301 Signed-off-by: Shaleen Agrawal <shalagra@codeaurora.org>
This commit is contained in:
committed by
Todd Kjos
parent
d7db9dc74f
commit
4cdd5274cc
@@ -991,6 +991,7 @@ void resched_curr(struct rq *rq)
|
||||
else
|
||||
trace_sched_wake_idle_without_ipi(cpu);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(resched_curr);
|
||||
|
||||
void resched_cpu(int cpu)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user