062-05-MIPS-Select-HAVE_IRQ_EXIT_ON_IRQ_STACK.patch 669 B

123456789101112131415161718192021
  1. From: Matt Redfearn <matt.redfearn@imgtec.com>
  2. Date: Mon, 19 Dec 2016 14:21:00 +0000
  3. Subject: [PATCH] MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACK
  4. Since do_IRQ is now invoked on a separate IRQ stack, we select
  5. HAVE_IRQ_EXIT_ON_IRQ_STACK so that softirq's may be invoked directly
  6. from irq_exit(), rather than requiring do_softirq_own_stack.
  7. Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
  8. ---
  9. --- a/arch/mips/Kconfig
  10. +++ b/arch/mips/Kconfig
  11. @@ -9,6 +9,7 @@ config MIPS
  12. select HAVE_CONTEXT_TRACKING
  13. select HAVE_GENERIC_DMA_COHERENT
  14. select HAVE_IDE
  15. + select HAVE_IRQ_EXIT_ON_IRQ_STACK
  16. select HAVE_OPROFILE
  17. select HAVE_PERF_EVENTS
  18. select PERF_USE_VMALLOC