diff options
author | 2024-09-17 22:20:12 +0800 | |
---|---|---|
committer | 2024-09-17 22:20:12 +0800 | |
commit | 987cbafe628ae67fe6cad0ce1dcc41743147ef3e (patch) | |
tree | b232f4e500eef9f02663c1664531504c970725fd /lib | |
parent | Linux 6.11 (diff) | |
parent | genirq: Use cpumask_intersects() (diff) | |
download | wireguard-linux-987cbafe628ae67fe6cad0ce1dcc41743147ef3e.tar.xz wireguard-linux-987cbafe628ae67fe6cad0ce1dcc41743147ef3e.zip |
Merge tag 'irq-core-2024-09-16' into loongarch-next
LoongArch architecture changes for 6.12 depend on the irq core
changes about AVEC irqchip to avoid confliction, so merge them
to create a base.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/irq_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irq_poll.c b/lib/irq_poll.c index 2d5329a42105..08b242bbdbdf 100644 --- a/lib/irq_poll.c +++ b/lib/irq_poll.c @@ -75,7 +75,7 @@ void irq_poll_complete(struct irq_poll *iop) } EXPORT_SYMBOL(irq_poll_complete); -static void __latent_entropy irq_poll_softirq(struct softirq_action *h) +static void __latent_entropy irq_poll_softirq(void) { struct list_head *list = this_cpu_ptr(&blk_cpu_iopoll); int rearm = 0, budget = irq_poll_budget; |