ANDROID: Sched: Add restricted vendor hook in wake_up_new_task()
Our vendor logic classifies task as a major task and CPU resources are preferentially allocated for improving performance. Added a hook in wake_up_new_task for task classification before moving to the runqueue This vendor hook was part of commit 292f4308 (ANDROID: Sched: Add restricted vendor hooks for scheduler) But commit 7219ca32 (Revert "ANDROID: Sched: Add restricted vendor hooks for scheduler") deleted above vendor hooks stating unused Adding back above vendor hooks required for EMS. Bug: 259900798 Change-Id: Ieb8697fc572bce2e60de05c9dd914de0feb5adb6 Signed-off-by:Shaleen Agrawal <shalagra@codeaurora.org> Signed-off-by:
Khalid Shaik <khalid.s@samsung.com>
Loading
Please sign in to comment