mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
irqdomain: Rename irq_set_default_host() to irq_set_default_domain()
Naming interrupt domains host is confusing at best and the irqdomain code uses both domain and host inconsistently. Therefore rename irq_set_default_host() to irq_set_default_domain(). Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250319092951.37667-3-jirislaby@kernel.org
This commit is contained in:
committed by
Thomas Gleixner
parent
e48e99b6ed
commit
825dfab23b
@@ -1467,7 +1467,7 @@ static void __init xive_init_host(struct device_node *np)
|
||||
xive_irq_domain = irq_domain_add_tree(np, &xive_irq_domain_ops, NULL);
|
||||
if (WARN_ON(xive_irq_domain == NULL))
|
||||
return;
|
||||
irq_set_default_host(xive_irq_domain);
|
||||
irq_set_default_domain(xive_irq_domain);
|
||||
}
|
||||
|
||||
static void xive_cleanup_cpu_queues(unsigned int cpu, struct xive_cpu *xc)
|
||||
|
||||
Reference in New Issue
Block a user