Skip to content
Snippets Groups Projects
Commit df1a7524 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/entry/32: Remove unused resume_userspace label


The C reimplementation of SYSENTER left that unused ENTRY() label
around. Remove it.

Fixes: 5f310f73 ("x86/entry/32: Re-implement SYSENTER using the new C path")
Originally-by: default avatarPeter Zijlstra <peterz@infradead.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarSean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: default avatarAlexandre Chartre <alexandre.chartre@oracle.com>
Acked-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20191023123117.686514045@linutronix.de
parent 9a50dcaf
No related branches found
No related tags found
No related merge requests found
...@@ -824,7 +824,6 @@ ret_from_intr: ...@@ -824,7 +824,6 @@ ret_from_intr:
cmpl $USER_RPL, %eax cmpl $USER_RPL, %eax
jb restore_all_kernel # not returning to v8086 or userspace jb restore_all_kernel # not returning to v8086 or userspace
SYM_INNER_LABEL_ALIGN(resume_userspace, SYM_L_LOCAL)
DISABLE_INTERRUPTS(CLBR_ANY) DISABLE_INTERRUPTS(CLBR_ANY)
TRACE_IRQS_OFF TRACE_IRQS_OFF
movl %esp, %eax movl %esp, %eax
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment