From: Thomas Gleixner Date: Thu, 21 May 2020 20:05:31 +0000 (+0200) Subject: x86/entry/64: Remove error_exit() X-Git-Tag: v5.10.7~2325^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23d73f2ad4e7e7ce8bebdd1e138c8c79439dc301;p=platform%2Fkernel%2Flinux-rpi.git x86/entry/64: Remove error_exit() No more users. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Acked-by: Andy Lutomirski Link: https://lore.kernel.org/r/20200521202118.516757524@linutronix.de --- diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index a526fb5..7699359 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch/x86/entry/entry_64.S @@ -1356,15 +1356,6 @@ SYM_CODE_START_LOCAL(error_entry) jmp .Lerror_entry_from_usermode_after_swapgs SYM_CODE_END(error_entry) -SYM_CODE_START_LOCAL(error_exit) - UNWIND_HINT_REGS - DISABLE_INTERRUPTS(CLBR_ANY) - TRACE_IRQS_OFF - testb $3, CS(%rsp) - jz retint_kernel - jmp .Lretint_user -SYM_CODE_END(error_exit) - SYM_CODE_START_LOCAL(error_return) UNWIND_HINT_REGS DEBUG_ENTRY_ASSERT_IRQS_OFF