mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -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
@@ -313,7 +313,7 @@ void __init arch_init_irq(void)
|
||||
if (!domain)
|
||||
return;
|
||||
|
||||
irq_set_default_host(domain);
|
||||
irq_set_default_domain(domain);
|
||||
|
||||
irq_set_percpu_devid(IP30_HEART_L0_IRQ);
|
||||
irq_set_chained_handler_and_data(IP30_HEART_L0_IRQ, ip30_normal_irq,
|
||||
|
||||
Reference in New Issue
Block a user