]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/processor-flags.h
Merge branch 'stable/for-jens-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / processor-flags.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_PROCESSOR_FLAGS_H
2#define _ASM_X86_PROCESSOR_FLAGS_H
b4531e86 3
af170c50 4#include <uapi/asm/processor-flags.h>
b4531e86 5
6330a30a
VN
6#ifdef CONFIG_VM86
7#define X86_VM_MASK X86_EFLAGS_VM
8#else
9#define X86_VM_MASK 0 /* No VM86 support */
10#endif
1965aae3 11#endif /* _ASM_X86_PROCESSOR_FLAGS_H */