cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
vegard nossumvegard nossum1657.14%240.00%
andi kleenandi kleen621.43%120.00%
h. peter anvinh. peter anvin310.71%120.00%
david howellsdavid 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.