cregit-Linux how code gets into the kernel

Release 4.11 arch/c6x/include/asm/page.h

#ifndef _ASM_C6X_PAGE_H

#define _ASM_C6X_PAGE_H


#define VM_DATA_DEFAULT_FLAGS \
	(VM_READ | VM_WRITE | \
        ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
                 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#include <asm-generic/page.h>

#endif /* _ASM_C6X_PAGE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Aurelien Jacquiot17100.00%1100.00%
Total17100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.