processor-flags.h 260 字节
Newer Older
H
H. Peter Anvin 已提交
1 2
#ifndef _ASM_X86_PROCESSOR_FLAGS_H
#define _ASM_X86_PROCESSOR_FLAGS_H
3

4
#include <uapi/asm/processor-flags.h>
5

6 7 8 9 10
#ifdef CONFIG_VM86
#define X86_VM_MASK	X86_EFLAGS_VM
#else
#define X86_VM_MASK	0 /* No VM86 support */
#endif
H
H. Peter Anvin 已提交
11
#endif /* _ASM_X86_PROCESSOR_FLAGS_H */