cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Vegard Nossum1657.14%240.00%
Andi Kleen621.43%120.00%
H. Peter Anvin310.71%120.00%
David Howells310.71%120.00%
Total28100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.