diff options
author | Justin Chen <justin.chen@broadcom.com> | 2017-05-24 10:55:16 -0700 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-13 16:27:58 +0000 |
commit | 4dc4704c0024751fe2b4532cf33c80376f1add70 (patch) | |
tree | 90461b3f2a1b380db81b902f122d74e669ea1326 /arch | |
parent | b54fcf6ae1157b35504dde93581db0810c03b4b7 (diff) | |
download | linux-4dc4704c0024751fe2b4532cf33c80376f1add70.tar.bz2 |
MIPS: BMIPS: Enable HARDIRQS_SW_RESEND
HW interrupts triggered when irq_disable() were being ignored. Enable
resending HW interrupts as SW interrupts.
This was causing an issue where the interrupts waking the system up from
a suspend state were not calling their interrupt handlers.
Signed-off-by: Justin Chen <justinpopo6@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16116/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b0dbc35d09e1..43411118dd4f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -232,6 +232,7 @@ config BMIPS_GENERIC select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN + select HARDIRQS_SW_RESEND help Build a generic DT-based kernel image that boots on select BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top |