Go to the documentation of this file. 1 #ifndef _ASM_C6X_PAGE_H
2 #define _ASM_C6X_PAGE_H
4 #define VM_DATA_DEFAULT_FLAGS \
5 (VM_READ | VM_WRITE | \
6 ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
7 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)