x86, vdso: Patch alternatives in the 32-bit VDSO

We need the alternatives mechanism for rdtsc_barrier() to work.

Signed-off-by: Stefani Seibold <stefani@seibold.net>
Link: http://lkml.kernel.org/r/1395094933-14252-9-git-send-email-stefani@seibold.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
此提交包含在:
Andy Lutomirski
2014-03-17 23:22:08 +01:00
提交者 H. Peter Anvin
父節點 ef721987ae
當前提交 b4b541a610
共有 4 個檔案被更改,包括 26 行新增15 行删除

查看文件

@@ -28,4 +28,6 @@ extern const char vdso32_int80_start, vdso32_int80_end;
extern const char vdso32_syscall_start, vdso32_syscall_end;
extern const char vdso32_sysenter_start, vdso32_sysenter_end;
void __init patch_vdso32(void *vdso, size_t len);
#endif /* _ASM_X86_VDSO_H */