sched: Fix compilation error with task_in_cum_window_demand for !SCHED_WALT
task_in_cum_window_demand is a WALT specific function, accessing it
when SCHED_WALT not enabled results in compilation error. Fix the issue
by adding task_in_cum_window_demand when SCHED_WALT is disabled.
Change-Id: I3876c1cb766daa549ddc7edd5da2d45617656024
Signed-off-by:
Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Loading
Please register or sign in to comment