mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
Move the PTE size computation from MM to VM where it belongs. This function is only ever used in vm.c so move it there and make it static. This is part of the broader effort to cleanup the top level unit header files and only expose functions needed by other units in the top level unit header files. JIRA NVGPU-3544 Change-Id: Ifd8ed36723eb62e19a7e6563ef52dc9c3adb3f52 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2128075 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Philip Elcan <pelcan@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>