diff options
Diffstat (limited to 'arch/x86/vdso/vdso32/sysenter.S')
| -rw-r--r-- | arch/x86/vdso/vdso32/sysenter.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/vdso32/sysenter.S b/arch/x86/vdso/vdso32/sysenter.S index e2800affa75..e354bceee0e 100644 --- a/arch/x86/vdso/vdso32/sysenter.S +++ b/arch/x86/vdso/vdso32/sysenter.S @@ -43,7 +43,7 @@ __kernel_vsyscall:  	.space 7,0x90  	/* 14: System call restart point is here! (SYSENTER_RETURN-2) */ -	jmp .Lenter_kernel +	int $0x80  	/* 16: System call normal return point is here! */  VDSO32_SYSENTER_RETURN:	/* Symbol used by sysenter.c via vdso32-syms.h */  	pop %ebp  |