diff options
author | Takashi Iwai <tiwai@suse.de> | 2025-08-21 09:02:28 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-08-21 09:02:28 +0200 |
commit | 279eb50aa8b6b6b69a57a2a7f0bba24dda44f102 (patch) | |
tree | 4e925cd39cf1feb7dd5e7c209794226d14f12fc9 /kernel/rcu/tree.h | |
parent | 3f4422e7c9436abf81a00270be7e4d6d3760ec0e (diff) | |
parent | 7c15e4cabfa96ed3cd717a2ed7a9961268ab21f7 (diff) |
Merge tag 'asoc-fix-v6.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.17
A few fixes that came in during the past week, there's some updates for
the CS35L56 which adjust the driver for production silicon and a fix for
buggy resume of the ES9389.
Diffstat (limited to 'kernel/rcu/tree.h')
-rw-r--r-- | kernel/rcu/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h index de6ca13a7b5f..b8bbe7960cda 100644 --- a/kernel/rcu/tree.h +++ b/kernel/rcu/tree.h @@ -488,6 +488,7 @@ static int rcu_print_task_exp_stall(struct rcu_node *rnp); static void rcu_preempt_check_blocked_tasks(struct rcu_node *rnp); static void rcu_flavor_sched_clock_irq(int user); static void dump_blkd_tasks(struct rcu_node *rnp, int ncheck); +static void rcu_preempt_deferred_qs_init(struct rcu_data *rdp); static void rcu_initiate_boost(struct rcu_node *rnp, unsigned long flags); static void rcu_preempt_boost_start_gp(struct rcu_node *rnp); static bool rcu_is_callbacks_kthread(struct rcu_data *rdp); |