ANDROID: sched/core: Optimize vendor hook placement
Currently, the tick_entry vendor hook in the scheduler tick path is called before the rq clock is updated. Change the vendor hook placement to after the clock update so that an updated clock value is used. Fixes: ca60d785 ("Revert "Revert "ANDROID: Sched: Add restricted vendor hooks for scheduler""") Signed-off-by:Sai Harshini Nimmala <quic_snimmala@quicinc.com> Change-Id: Ieee88da1cf803c68212b96b79e45d216d0696d0d
Loading
Please sign in to comment