Re: [PATCH v2 3/7] x86/entry/64: Simplify idtentry a little
From: Steven Rostedt
Date: Wed Jul 10 2019 - 16:23:41 EST
On Thu, 04 Jul 2019 21:55:58 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> There's a bunch of duplication in idtentry, namely the
> .Lfrom_usermode_switch_stack is a paranoid=0 copy of the normal flow.
>
> Make this explicit by creating a idtentry_part helper macro.
>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
Reviewed-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
-- Steve