Re: [patch V4 part 5 04/31] x86/entry: Split idtentry_enter/exit()

From: Alexandre Chartre
Date: Mon May 11 2020 - 08:44:52 EST



On 5/5/20 3:53 PM, Thomas Gleixner wrote:
Split the implementation of idtentry_enter/exit() out into inline functions
so that variaants of idtentry_enter/exit() can be implemented without

typo: "variaants"

alex.

duplicating code.

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