mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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:
parent
1feedbd763
commit
372cb88a76
|
|
@ -639,6 +639,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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user