summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>2016-08-15 10:20:54 -0700
committerSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>2016-08-15 15:08:53 -0700
commit4e6dcec1bd2adf5eb072fde7b51bac7a5d5744de (patch)
tree628ffc798101bbc24f0a3ff083fa83eef0d3a282 /mm
parentfc3f95def2495ac08f1bac213a52acb934678097 (diff)
Revert "arm64: Add support for app specific settings"
This reverts commit 7ab05c20ad43 ("arm64: Add support for app specific settings"). Feature is not applicable to msmcobalt and only applicable to MSM8996. CRs-Fixed: 1054373 Change-Id: I12d3a22362b965c7d302976c83ab0e757c98d3c6 Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/mmap.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mm/mmap.c b/mm/mmap.c
index 8b0a0ed2c466..6c561acdca92 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -48,10 +48,6 @@
#include <asm/tlb.h>
#include <asm/mmu_context.h>
-#ifdef CONFIG_MSM_APP_SETTINGS
-#include <asm/app_api.h>
-#endif
-
#include "internal.h"
#ifndef arch_mmap_check
@@ -1301,11 +1297,6 @@ unsigned long do_mmap(struct file *file, unsigned long addr,
if (!len)
return -EINVAL;
-#ifdef CONFIG_MSM_APP_SETTINGS
- if (use_app_setting)
- apply_app_setting_bit(file);
-#endif
-
/*
* Does the application expect PROT_READ to imply PROT_EXEC?
*