Loading drivers/soc/qcom/hab/hab_mem_linux.c +2 −3 Original line number Diff line number Diff line /* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -361,8 +361,7 @@ int habmem_hyp_grant_user(unsigned long address, ret = get_user_pages(current, current->mm, address, page_count, 1, 1, FOLL_WRITE | FOLL_FORCE, pages, NULL); } Loading Loading
drivers/soc/qcom/hab/hab_mem_linux.c +2 −3 Original line number Diff line number Diff line /* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -361,8 +361,7 @@ int habmem_hyp_grant_user(unsigned long address, ret = get_user_pages(current, current->mm, address, page_count, 1, 1, FOLL_WRITE | FOLL_FORCE, pages, NULL); } Loading