Re: [RFC patch 10/15] x86/entry: Move irq tracing to C code

From: Josh Poimboeuf
Date: Wed Sep 25 2019 - 22:59:47 EST


On Thu, Sep 19, 2019 at 05:03:24PM +0200, Thomas Gleixner wrote:
> ENTRY(error_exit)
> - UNWIND_HINT_REGS
> DISABLE_INTERRUPTS(CLBR_ANY)
> TRACE_IRQS_OFF
> + UNWIND_HINT_REGS
> testb $3, CS(%rsp)
> jz retint_kernel
> jmp retint_user

I don't think this UNWIND_HINT_REGS needs to be moved?

--
Josh