summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDima Zavin2009-10-15 04:24:06 -0500
committerDima Zavin2009-10-15 04:24:06 -0500
commit065694b32e481a50e57a793d61181494fbf6ef04 (patch)
tree09e8db6b62c722e1825f6e6e4e2a8e0cb32ea8fe
parent8234aa375896718e19b4450bcb44fa4376f53486 (diff)
downloadplatform-system-core-065694b32e481a50e57a793d61181494fbf6ef04.tar.gz
platform-system-core-065694b32e481a50e57a793d61181494fbf6ef04.tar.xz
platform-system-core-065694b32e481a50e57a793d61181494fbf6ef04.zip
init: devices: Remove pmem_gpu regions as they are not needed since we have an mmuandroid-2.0_r1
Change-Id: I2f8f0440d9a21230c7711cb6d9a20ec6887b7cb9 Signed-off-by: Dima Zavin <dima@android.com>
-rw-r--r--init/devices.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/devices.c b/init/devices.c
index 001d03917..ea1a825c5 100644
--- a/init/devices.c
+++ b/init/devices.c
@@ -101,10 +101,6 @@ static struct perms_ devperms[] = {
101 /* gpu driver for adreno200 is globally accessible */ 101 /* gpu driver for adreno200 is globally accessible */
102 { "/dev/kgsl", 0666, AID_ROOT, AID_ROOT, 0 }, 102 { "/dev/kgsl", 0666, AID_ROOT, AID_ROOT, 0 },
103 103
104 /* STOPSHIP: temporarily make this be writable by all. We need to
105 * remove this entirely before we ship. */
106 { "/dev/pmem_gpu", 0666, AID_ROOT, AID_ROOT, 1 },
107
108 /* these should not be world writable */ 104 /* these should not be world writable */
109 { "/dev/diag", 0660, AID_RADIO, AID_RADIO, 0 }, 105 { "/dev/diag", 0660, AID_RADIO, AID_RADIO, 0 },
110 { "/dev/diag_arm9", 0660, AID_RADIO, AID_RADIO, 0 }, 106 { "/dev/diag_arm9", 0660, AID_RADIO, AID_RADIO, 0 },