mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
89a8096aff1be84a301c8fed94ae075f28a2f025
For the assembly code in the NVMAP cache maintenance source file it is only necessary to use the SYM_FUNC_START/END macros. For NVMAP we don't need to use the SYM_FUNC_START/END_PI variants (which add the __pi prefix for position independent code) because they are only needed for assembly code called early in boot prior to virtualisation being enabled. Therefore, simplify the code to simply use the SYM_FUNC_START/END macros and remove the kernel version check. Bug 4119327 Change-Id: I53ed9e0d5300085afa45075ce19b65ff68605314 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2980961 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Ketan Patil <ketanp@nvidia.com>
Description
No description provided