Re: [patch V2 01/17] x86/entry/32: Remove unused resume_userspace label

2019-10-23 Thread Sean Christopherson
On Wed, Oct 23, 2019 at 02:27:06PM +0200, Thomas Gleixner wrote:
> The C reimplementation of SYSENTER left that unused ENTRY() label
> around. Remove it.
> 
> Fixes: 5f310f739b4c ("x86/entry/32: Re-implement SYSENTER using the new C 
> path")
> Originally-by: Peter Zijlstra 
> Signed-off-by: Thomas Gleixner 
> ---

Reviewed-by: Sean Christopherson 


[patch V2 01/17] x86/entry/32: Remove unused resume_userspace label

2019-10-23 Thread Thomas Gleixner
The C reimplementation of SYSENTER left that unused ENTRY() label
around. Remove it.

Fixes: 5f310f739b4c ("x86/entry/32: Re-implement SYSENTER using the new C path")
Originally-by: Peter Zijlstra 
Signed-off-by: Thomas Gleixner 
---
 arch/x86/entry/entry_32.S |1 -
 1 file changed, 1 deletion(-)

--- a/arch/x86/entry/entry_32.S
+++ b/arch/x86/entry/entry_32.S
@@ -825,7 +825,6 @@ END(ret_from_fork)
cmpl$USER_RPL, %eax
jb  restore_all_kernel  # not returning to v8086 or 
userspace
 
-ENTRY(resume_userspace)
DISABLE_INTERRUPTS(CLBR_ANY)
TRACE_IRQS_OFF
movl%esp, %eax