Re: [patch 2/8] x86/entry/common: Consolidate syscall entry code

From: Alexandre Chartre
Date: Fri Feb 28 2020 - 04:00:01 EST



On 2/25/20 11:08 PM, Thomas Gleixner wrote:
All syscall entry points call enter_from_user_mode() and
local_irq_enable(). Move that into an inline helper so the interrupt
tracing can be moved into that helper later instead of sprinkling
it all over the place.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/entry/common.c | 48 +++++++++++++++++++++++++++++++++---------------
1 file changed, 33 insertions(+), 15 deletions(-)


Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>

alex.