Commits
fang hui committed aef466c545c
MA-13339 [Android Pi] VtsKernelLtp#syscalls.dirtyc0w failed The test will create a file under an temp path. The temp path choose order is first "/dev/shm", then "/data/local/tmp/ltp/tmp/tmpdir". Then the child process will access the file, but permission denied on mek_8qm. In convention, "/dev/shm" is mounted on tmpfs. But in imx8 board, it's just a normal directory used for vpu debug. It's no longer needed, remove it. Change-Id: Iec2e9398e4d9602c62f8cc31cf3056d01637cef3 Signed-off-by: fang hui <hui.fang@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/6461 Reviewed-by: ming.zhou <ming.zhou@nxp.com>