x86/cpufeature: Carve out X86_FEATURE_*
[deliverable/linux.git] / arch / x86 / include / asm / processor-flags.h
1 #ifndef _ASM_X86_PROCESSOR_FLAGS_H
2 #define _ASM_X86_PROCESSOR_FLAGS_H
3
4 #include <uapi/asm/processor-flags.h>
5
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
11 #endif /* _ASM_X86_PROCESSOR_FLAGS_H */
This page took 0.032102 seconds and 5 git commands to generate.