mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: remove non stall intr from top handler for safety
On safety nonstall interrupt is not used and should be compiled out to rule out any chance of interference with safety code. Remove top handler support of nonstall interrupt for safety which is currently not applicable to linux. Jira NVGPU-7066 Jira NVGPU-4078 Change-Id: I278efc8da6ddd0f22c128af6630cfd1b20ba4784 Signed-off-by: Shashank Singh <shashsingh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2589006 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2671586 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ca27a7d841
commit
5ec241a1d8
@@ -530,9 +530,6 @@ nvgpu_ltc_remove_support
|
||||
nvgpu_local_golden_image_get_fault_injection
|
||||
nvgpu_log_msg_impl
|
||||
nvgpu_cic_mon_intr_mask
|
||||
nvgpu_cic_mon_intr_nonstall_pause
|
||||
nvgpu_cic_mon_intr_nonstall_resume
|
||||
nvgpu_cic_mon_intr_nonstall_unit_config
|
||||
nvgpu_cic_mon_intr_stall_pause
|
||||
nvgpu_cic_mon_intr_stall_resume
|
||||
nvgpu_cic_mon_intr_stall_unit_config
|
||||
|
||||
@@ -547,9 +547,6 @@ nvgpu_ltc_remove_support
|
||||
nvgpu_local_golden_image_get_fault_injection
|
||||
nvgpu_log_msg_impl
|
||||
nvgpu_cic_mon_intr_mask
|
||||
nvgpu_cic_mon_intr_nonstall_pause
|
||||
nvgpu_cic_mon_intr_nonstall_resume
|
||||
nvgpu_cic_mon_intr_nonstall_unit_config
|
||||
nvgpu_cic_mon_intr_stall_pause
|
||||
nvgpu_cic_mon_intr_stall_resume
|
||||
nvgpu_cic_mon_intr_stall_unit_config
|
||||
|
||||
Reference in New Issue
Block a user