diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2017-05-31 00:46:39 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-07 18:31:10 +0200 |
commit | 6a3d82a3fabb4cae6a9baa29ed60b65501a4f01d (patch) | |
tree | d1e568a608a02fa559be62ea594b1fd48759e71f /target | |
parent | 2dc23a7576614181e35a0bf6444fc55144dd711b (diff) | |
download | upstream-6a3d82a3fabb4cae6a9baa29ed60b65501a4f01d.tar.gz upstream-6a3d82a3fabb4cae6a9baa29ed60b65501a4f01d.tar.bz2 upstream-6a3d82a3fabb4cae6a9baa29ed60b65501a4f01d.zip |
ath25: add missed HAVE_IRQ_EXIT_ON_IRQ_STACK
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath25/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath25/config-4.9 b/target/linux/ath25/config-4.9 index de771de519..aae77a456e 100644 --- a/target/linux/ath25/config-4.9 +++ b/target/linux/ath25/config-4.9 @@ -79,6 +79,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 |