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

Sergey Ryazanov ryazanov.s.a at gmail.com
Tue May 30 14:46:39 PDT 2017


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 at gmail.com>
---
 target/linux/ath25/config-4.4 | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.10.2




More information about the Lede-dev mailing list