Skip to content

Commit 151a535

Browse files
author
Marc Zyngier
committed
genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
kernel/irq/ipi.c otherwise fails to compile if nothing else selects it. Fixes: 379b656 ("genirq: Add GENERIC_IRQ_IPI Kconfig symbol") Reported-by: Pavel Machek <pavel@ucw.cz> Tested-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20201015101222.GA32747@amd
1 parent 63ea38a commit 151a535

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/irq/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ config IRQ_FASTEOI_HIERARCHY_HANDLERS
8282
# Generic IRQ IPI support
8383
config GENERIC_IRQ_IPI
8484
bool
85+
select IRQ_DOMAIN_HIERARCHY
8586

8687
# Generic MSI interrupt support
8788
config GENERIC_MSI_IRQ

0 commit comments

Comments
 (0)