Release 4.10 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 | vegard nossum | 16 | 57.14% | 2 | 40.00% |
andi kleen | andi kleen | 6 | 21.43% | 1 | 20.00% |
h. peter anvin | h. peter anvin | 3 | 10.71% | 1 | 20.00% |
david howells | 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.