mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: mc: remove non-fusa HALs
Compile out the function mc_gp10b_log_pending_intrs() with the CONFIG_NVGPU_NON_FUSA macro since it isn't used in the FUSA build. JIRA NVGPU-2224 Change-Id: I5b2d465142be7d1bddf114c7374ced7b297c33d0 Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2257127 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
c282005e42
commit
e515ba7098
@@ -267,6 +267,7 @@ bool mc_gp10b_is_intr1_pending(struct gk20a *g,
|
||||
return is_pending;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_NVGPU_NON_FUSA
|
||||
void mc_gp10b_log_pending_intrs(struct gk20a *g)
|
||||
{
|
||||
u32 i, intr;
|
||||
@@ -280,6 +281,7 @@ void mc_gp10b_log_pending_intrs(struct gk20a *g)
|
||||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
void mc_gp10b_ltc_isr(struct gk20a *g)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user