From db86f8d234ed861a2a5cdd858e7aa05a7dba98c6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 22 Aug 2011 13:27:06 -0700 Subject: [PATCH] --- yaml --- r: 263209 b: refs/heads/master c: 7ca0758cdb7c241cb4e0490a8d95f0eb5b861daf h: refs/heads/master i: 263207: 7ab7839368f3be8360f7fd592417454e83da0d55 v: v3 --- [refs] | 2 +- trunk/arch/x86/vdso/vdso32/sysenter.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bb718e33d435..c52e39a922ca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05e33fc20ea5e493a2a1e7f1d04f43cdf89f83ed +refs/heads/master: 7ca0758cdb7c241cb4e0490a8d95f0eb5b861daf diff --git a/trunk/arch/x86/vdso/vdso32/sysenter.S b/trunk/arch/x86/vdso/vdso32/sysenter.S index e2800affa754..e354bceee0e0 100644 --- a/trunk/arch/x86/vdso/vdso32/sysenter.S +++ b/trunk/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