mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
Moved mmu replayable fault related code under CONFIG_NVGPU_REPLAYABLE_FAULT switch, so that it will be compiled out for safety build. Following hals and their related code also moved under CONFIG_NVGPU_REPLAYABLE_FAULT switch: void (*handle_replayable_fault)(struct gk20a *g); int (*mmu_invalidate_replay)(struct gk20a *g, u32 invalidate_replay_val); JIRA NVGPU-4302 Change-Id: I191ee0c181b276a04bc1531488862380af81a5c9 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2227176 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>