diff options
author | Ard Biesheuvel | 2021-12-02 09:36:59 +0100 |
---|---|---|
committer | Ard Biesheuvel | 2021-12-06 12:49:17 +0100 |
commit | cafc0eab168917ec9c0cd47d530a40cd40eb2928 (patch) | |
tree | 92146e58caa9f383a8a6894aeeaa54bb1c563f7f /arch/arm/Kconfig | |
parent | 9c46929e7989efacc1dd0a1dd662a839897ea2b6 (diff) |
ARM: v7m: enable support for IRQ stacks
Enable support for IRQ stacks on !MMU, and add the code to the IRQ entry
path to switch to the IRQ stack if not running from it already.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Tested-by: Marc Zyngier <maz@kernel.org>
Tested-by: Vladimir Murzin <vladimir.murzin@arm.com> # ARMv7M
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 50ae5286f59b..359a3b85c8b3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1158,7 +1158,6 @@ config CURRENT_POINTER_IN_TPIDRURO config IRQSTACKS def_bool y - depends on MMU select HAVE_IRQ_EXIT_ON_IRQ_STACK select HAVE_SOFTIRQ_ON_OWN_STACK |