commit | e2dcb5f1390715244aec12dbd6f294863ca37b88 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu May 21 22:05:29 2020 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jun 11 15:15:09 2020 +0200 |
tree | 528ea8573d86184b83f4db70c33c8633abf26328 | |
parent | 91eeafea1e4b7c95cc4f38af186d7d48fceef89a [diff] |
x86/entry: Remove the transition leftovers Now that all exceptions are converted over the sane flag is not longer needed. Also the vector argument of idtentry_body on 64-bit is pointless now. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Andy Lutomirski <luto@kernel.org> Link: https://lore.kernel.org/r/20200521202118.331115895@linutronix.de