diff options
author | Marc Zyngier <maz@kernel.org> | 2020-03-30 11:43:59 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-04-01 10:12:24 +0200 |
commit | 4cea749d56bec9409f3bd126d2b2f949dc6c66e2 (patch) | |
tree | 0828f56c2e90ff58a111121a34ec200686304dea /arch/microblaze/Kconfig | |
parent | Revert "irqchip/xilinx: Do not call irq_set_default_host()" (diff) | |
download | linux-4cea749d56bec9409f3bd126d2b2f949dc6c66e2.tar.xz linux-4cea749d56bec9409f3bd126d2b2f949dc6c66e2.zip |
Revert "irqchip/xilinx: Enable generic irq multi handler"
This reverts commit a0789993bf8266e62fea6b4613945ba081c71e7d, which
breaks a number of PPC platforms.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/44b64be7-9240-fd52-af90-e0245220f38b@xilinx.com
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 242f58ec086b..6a331bd57ea8 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -47,8 +47,6 @@ config MICROBLAZE select CPU_NO_EFFICIENT_FFS select MMU_GATHER_NO_RANGE if MMU select SPARSE_IRQ - select GENERIC_IRQ_MULTI_HANDLER - select HANDLE_DOMAIN_IRQ # Endianness selection choice |