summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/c6x/include/asm/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/c6x/include/asm/page.h')
-rw-r--r--ANDROID_3.4.5/arch/c6x/include/asm/page.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ANDROID_3.4.5/arch/c6x/include/asm/page.h b/ANDROID_3.4.5/arch/c6x/include/asm/page.h
deleted file mode 100644
index d18e2b0c..00000000
--- a/ANDROID_3.4.5/arch/c6x/include/asm/page.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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 */