diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-05 11:57:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-05 11:57:12 -0700 |
commit | e5adbd6ec480164fe30ee65c94426cb12d64bc99 (patch) | |
tree | 15d0bf67f01bfbac1b9da8fdf35f404b21c905ae /arch/microblaze/Kconfig | |
parent | 70fbdfef4ba63eeef83b2c94eac9a5a9f913e442 (diff) | |
parent | a67cd1fb660df8d8e093cb4b75343ef3dcd17cd6 (diff) | |
download | linux-e5adbd6ec480164fe30ee65c94426cb12d64bc99.tar.bz2 |
Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner:
"Two reverts addressing regressions of the Xilinx interrupt controller
driver which affected the PPC users"
* tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
Revert "irqchip/xilinx: Enable generic irq multi handler"
Revert "irqchip/xilinx: Do not call irq_set_default_host()"
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 15baa6851e94..9606c244b5b8 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 |