diff options
Diffstat (limited to 'arch/x86/vdso/vdso32/syscall.S')
-rw-r--r-- | arch/x86/vdso/vdso32/syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/vdso32/syscall.S b/arch/x86/vdso/vdso32/syscall.S index fe88d34f822f..5415b5613d55 100644 --- a/arch/x86/vdso/vdso32/syscall.S +++ b/arch/x86/vdso/vdso32/syscall.S | |||
@@ -71,7 +71,7 @@ __kernel_vsyscall: | |||
71 | /* | 71 | /* |
72 | * Pad out the segment to match the size of the sysenter.S version. | 72 | * Pad out the segment to match the size of the sysenter.S version. |
73 | */ | 73 | */ |
74 | VDSO32_vsyscall_eh_frame_size = 0x44 | 74 | VDSO32_vsyscall_eh_frame_size = 0x40 |
75 | .section .data,"aw",@progbits | 75 | .section .data,"aw",@progbits |
76 | .space VDSO32_vsyscall_eh_frame_size-(.LENDFDE1-.LSTARTFRAME), 0 | 76 | .space VDSO32_vsyscall_eh_frame_size-(.LENDFDE1-.LSTARTFRAME), 0 |
77 | .previous | 77 | .previous |