]> Git Repo - linux.git/blob - arch/c6x/include/asm/page.h
mm/slub.c: add a naive detection of double free or corruption
[linux.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 */
This page took 0.029123 seconds and 4 git commands to generate.