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