diff options
| author | Mark Brown <broonie@kernel.org> | 2025-05-20 12:34:09 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-20 12:34:09 +0300 |
| commit | 831962e9d7b774d858cfeefc3848e06a2d5599df (patch) | |
| tree | c66522409bd3913a89a7ac3d37459d6bb78ee8b8 /kernel/sched/ext_idle.c | |
| parent | e4dca67b2463e6abe775876c9cb049ea5b1c8e0d (diff) | |
| parent | 5b5bf5922f4c104e4e829c0dbfdd9399b7cfc434 (diff) | |
| download | linux-831962e9d7b774d858cfeefc3848e06a2d5599df.tar.xz | |
Add sound card support for QCS9100 and QCS9075
Merge series from Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>:
This patchset adds support for sound card on Qualcomm QCS9100 and
QCS9075 boards.
Diffstat (limited to 'kernel/sched/ext_idle.c')
| -rw-r--r-- | kernel/sched/ext_idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/ext_idle.c b/kernel/sched/ext_idle.c index cb343ca889e0..e67a19a071c1 100644 --- a/kernel/sched/ext_idle.c +++ b/kernel/sched/ext_idle.c @@ -674,7 +674,7 @@ void __scx_update_idle(struct rq *rq, bool idle, bool do_notify) * managed by put_prev_task_idle()/set_next_task_idle(). */ if (SCX_HAS_OP(update_idle) && do_notify && !scx_rq_bypassing(rq)) - SCX_CALL_OP(SCX_KF_REST, update_idle, cpu_of(rq), idle); + SCX_CALL_OP(SCX_KF_REST, update_idle, rq, cpu_of(rq), idle); /* * Update the idle masks: |
