Skip to content

Commit df1a752

Browse files
committed
x86/entry/32: Remove unused resume_userspace label
The C reimplementation of SYSENTER left that unused ENTRY() label around. Remove it. Fixes: 5f310f7 ("x86/entry/32: Re-implement SYSENTER using the new C path") Originally-by: Peter Zijlstra <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Sean Christopherson <[email protected]> Reviewed-by: Alexandre Chartre <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 9a50dca commit df1a752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/entry/entry_32.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ ret_from_intr:
824824
cmpl $USER_RPL, %eax
825825
jb restore_all_kernel # not returning to v8086 or userspace
826826

827-
SYM_INNER_LABEL_ALIGN(resume_userspace, SYM_L_LOCAL)
828827
DISABLE_INTERRUPTS(CLBR_ANY)
829828
TRACE_IRQS_OFF
830829
movl %esp, %eax

0 commit comments

Comments
 (0)