Re: [PATCH v3 08/20] arm64: entry.S: convert elX_irq

2017-10-12 Thread James Morse
Hi Julien, On 11/10/17 18:13, Julien Thierry wrote: > On 05/10/17 20:18, James Morse wrote: >> Following our 'dai' order, irqs should be processed with debug and >> serror exceptions unmasked. >> > Add a helper to unmask these two, (and fiq for good measure). >> >> Signed-off-by: James Morse

Re: [PATCH v3 08/20] arm64: entry.S: convert elX_irq

2017-10-11 Thread Julien Thierry
On 05/10/17 20:18, James Morse wrote: Following our 'dai' order, irqs should be processed with debug and serror exceptions unmasked. > Add a helper to unmask these two, (and fiq for good measure). Signed-off-by: James Morse --- arch/arm64/include/asm/assembler.h | 4

[PATCH v3 08/20] arm64: entry.S: convert elX_irq

2017-10-05 Thread James Morse
Following our 'dai' order, irqs should be processed with debug and serror exceptions unmasked. Add a helper to unmask these two, (and fiq for good measure). Signed-off-by: James Morse --- arch/arm64/include/asm/assembler.h | 4 arch/arm64/kernel/entry.S | 4