x86,vdso: Use LSL unconditionally for vgetcpu
[deliverable/linux.git] / arch / x86 / include / asm / vsyscall.h
1 #ifndef _ASM_X86_VSYSCALL_H
2 #define _ASM_X86_VSYSCALL_H
3
4 #include <linux/seqlock.h>
5 #include <uapi/asm/vsyscall.h>
6
7 extern void map_vsyscall(void);
8
9 /*
10 * Called on instruction fetch fault in vsyscall page.
11 * Returns true if handled.
12 */
13 extern bool emulate_vsyscall(struct pt_regs *regs, unsigned long address);
14
15 #endif /* _ASM_X86_VSYSCALL_H */
This page took 0.033466 seconds and 5 git commands to generate.