Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
page.h
Go to the documentation of this file.
1 #ifndef _ASM_C6X_PAGE_H
2 #define _ASM_C6X_PAGE_H
3 
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)
8 
9 #include <asm-generic/page.h>
10 
11 #endif /* _ASM_C6X_PAGE_H */