Re: [patch V4 part 5 09/31] x86/entry: Remove the transition leftovers

From: Alexandre Chartre
Date: Mon May 11 2020 - 10:13:16 EST



On 5/5/20 3:53 PM, Thomas Gleixner wrote:
Now that all exceptions are converted over the sane flag is not longer

typo: "not" instead of "no" (the sane flag is no longer needed).

needed. Also the vector argument of idtentry_body on 64 bit is pointless
now.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/entry/entry_32.S | 3 +--
arch/x86/entry/entry_64.S | 26 ++++----------------------
arch/x86/include/asm/idtentry.h | 6 +++---
3 files changed, 8 insertions(+), 27 deletions(-)


alex.