summaryrefslogtreecommitdiffstats
path: root/init/devices.c
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2009-10-15 02:43:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-15 02:43:55 -0700
commit5c204f59f7b7a1038bed1ac7764f77e6a2172cf0 (patch)
tree1d787395ab10ba4697b48e629cca17e3b1a7e198 /init/devices.c
parent68b88de455deb57dcdd4620b2b87e0e3753f2502 (diff)
parent7789f4cc4b712f15e0e5306a874ad6f47dc8c5c0 (diff)
downloadsystem_core-5c204f59f7b7a1038bed1ac7764f77e6a2172cf0.zip
system_core-5c204f59f7b7a1038bed1ac7764f77e6a2172cf0.tar.gz
system_core-5c204f59f7b7a1038bed1ac7764f77e6a2172cf0.tar.bz2
am 7789f4cc: am 065694b3: init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu
Merge commit '7789f4cc4b712f15e0e5306a874ad6f47dc8c5c0' into eclair-mr2-plus-aosp * commit '7789f4cc4b712f15e0e5306a874ad6f47dc8c5c0': init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu
Diffstat (limited to 'init/devices.c')
-rw-r--r--init/devices.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/devices.c b/init/devices.c
index b18aedc..55c5ee4 100644
--- a/init/devices.c
+++ b/init/devices.c
@@ -101,10 +101,6 @@ static struct perms_ devperms[] = {
/* gpu driver for adreno200 is globally accessible */
{ "/dev/kgsl", 0666, AID_ROOT, AID_ROOT, 0 },
- /* STOPSHIP: temporarily make this be writable by all. We need to
- * remove this entirely before we ship. */
- { "/dev/pmem_gpu", 0666, AID_ROOT, AID_ROOT, 1 },
-
/* these should not be world writable */
{ "/dev/diag", 0660, AID_RADIO, AID_RADIO, 0 },
{ "/dev/diag_arm9", 0660, AID_RADIO, AID_RADIO, 0 },