diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S
index a987b62fc59125eeb65ecb6259c84e39e7b25c63..4bbcc5e64969da609ea8d0de2b2e3a3cd43a1efa 100644
--- a/arch/x86/entry/entry_32.S
+++ b/arch/x86/entry/entry_32.S
@@ -824,7 +824,6 @@ ret_from_intr:
 	cmpl	$USER_RPL, %eax
 	jb	restore_all_kernel		# not returning to v8086 or userspace
 
-SYM_INNER_LABEL_ALIGN(resume_userspace, SYM_L_LOCAL)
 	DISABLE_INTERRUPTS(CLBR_ANY)
 	TRACE_IRQS_OFF
 	movl	%esp, %eax