phone-pad: ui pmem should be no_allocator

上次的提交误操作修改了no_allocator的值,这里将其还原
This commit is contained in:
张文平
2011-09-22 12:47:28 +08:00
committed by xbw
parent 4c77b297c5
commit 3eabd5da44

View File

@@ -384,7 +384,7 @@ static struct android_pmem_platform_data android_pmem_pdata = {
.name = "pmem",
.start = PMEM_UI_BASE,
.size = PMEM_UI_SIZE,
.no_allocator = 0,
.no_allocator = 1,
.cached = 1,
};