Searched hist:e31a75b363c6e3e7368a9bc067f75bcd700a79e5 (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/mm/ |
| H A D | mobj.c | e31a75b363c6e3e7368a9bc067f75bcd700a79e5 Tue Mar 15 09:20:28 UTC 2022 Lejia Zhang <zhanlej@gmail.com> core: mm: fix mobj_shm_ops support .get_cattr()
ftrace use static shared memory returns an object of type mobj_shm_ops. But the get_cattr function is not implemented in mobj_shm_ops.This will cause ftrace to not work properly.
Signed-off-by: Lejia Zhang <zhanlej@gmail.com> Suggested-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|