diff mbox

[LEDE-DEV,1/4] ath25: add missed HAVE_IRQ_EXIT_ON_IRQ_STACK

Message ID 20170530214642.7609-2-ryazanov.s.a@gmail.com
State Accepted
Headers show

Commit Message

Sergey Ryazanov May 30, 2017, 9:46 p.m. UTC
Add HAVE_IRQ_EXIT_ON_IRQ_STACK kernel configuration symbol that was
missed during backporting separate IRQ stack for MIPS from upstream.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
---
 target/linux/ath25/config-4.4 | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/target/linux/ath25/config-4.4 b/target/linux/ath25/config-4.4
index 3985437..fed6256 100644
--- a/target/linux/ath25/config-4.4
+++ b/target/linux/ath25/config-4.4
@@ -82,6 +82,7 @@  CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
 CONFIG_HAVE_FUNCTION_TRACER=y
 CONFIG_HAVE_GENERIC_DMA_COHERENT=y
 CONFIG_HAVE_IDE=y
+CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
 CONFIG_HAVE_LATENCYTOP_SUPPORT=y
 CONFIG_HAVE_MEMBLOCK=y