diff options
Diffstat (limited to 'arch/x86/vdso/vdso32/int80.S')
-rw-r--r-- | arch/x86/vdso/vdso32/int80.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/vdso32/int80.S b/arch/x86/vdso/vdso32/int80.S index be4b7a9a7cdd..b15b7c01aedb 100644 --- a/arch/x86/vdso/vdso32/int80.S +++ b/arch/x86/vdso/vdso32/int80.S | |||
@@ -50,7 +50,7 @@ __kernel_vsyscall: | |||
50 | /* | 50 | /* |
51 | * Pad out the segment to match the size of the sysenter.S version. | 51 | * Pad out the segment to match the size of the sysenter.S version. |
52 | */ | 52 | */ |
53 | VDSO32_vsyscall_eh_frame_size = 0x44 | 53 | VDSO32_vsyscall_eh_frame_size = 0x40 |
54 | .section .data,"aw",@progbits | 54 | .section .data,"aw",@progbits |
55 | .space VDSO32_vsyscall_eh_frame_size-(.LENDFDEDLSI-.LSTARTFRAMEDLSI), 0 | 55 | .space VDSO32_vsyscall_eh_frame_size-(.LENDFDEDLSI-.LSTARTFRAMEDLSI), 0 |
56 | .previous | 56 | .previous |