]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/c6x/include/asm/page.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-zesty-kernel.git] / arch / c6x / include / asm / page.h
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 */