Release 4.11 arch/x86/include/asm/processor-flags.h
#ifndef _ASM_X86_PROCESSOR_FLAGS_H
#define _ASM_X86_PROCESSOR_FLAGS_H
#include <uapi/asm/processor-flags.h>
#ifdef CONFIG_VM86
#define X86_VM_MASK X86_EFLAGS_VM
#else
#define X86_VM_MASK 0
/* No VM86 support */
#endif
#endif /* _ASM_X86_PROCESSOR_FLAGS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vegard Nossum | 16 | 57.14% | 2 | 40.00% |
Andi Kleen | 6 | 21.43% | 1 | 20.00% |
H. Peter Anvin | 3 | 10.71% | 1 | 20.00% |
David Howells | 3 | 10.71% | 1 | 20.00% |
Total | 28 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.