Re: [PATCH] MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch

2017-02-11 Thread James Hogan
On Wed, Jan 25, 2017 at 05:00:25PM +, Matt Redfearn wrote: > Commit dda45f701c9d ("MIPS: Switch to the irq_stack in interrupts") > changed both the normal and vectored interrupt handlers. Unfortunately > the vectored version, "except_vec_vi_handler", was incorrectly modified > to

Re: [PATCH] MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch

2017-02-11 Thread James Hogan
On Wed, Jan 25, 2017 at 05:00:25PM +, Matt Redfearn wrote: > Commit dda45f701c9d ("MIPS: Switch to the irq_stack in interrupts") > changed both the normal and vectored interrupt handlers. Unfortunately > the vectored version, "except_vec_vi_handler", was incorrectly modified > to

[PATCH] MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch

2017-01-25 Thread Matt Redfearn
Commit dda45f701c9d ("MIPS: Switch to the irq_stack in interrupts") changed both the normal and vectored interrupt handlers. Unfortunately the vectored version, "except_vec_vi_handler", was incorrectly modified to unconditionally jal to plat_irq_dispatch, rather than doing a jalr to the vectored

[PATCH] MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch

2017-01-25 Thread Matt Redfearn
Commit dda45f701c9d ("MIPS: Switch to the irq_stack in interrupts") changed both the normal and vectored interrupt handlers. Unfortunately the vectored version, "except_vec_vi_handler", was incorrectly modified to unconditionally jal to plat_irq_dispatch, rather than doing a jalr to the vectored