mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
common/pmu/pmu.c uses IS_ENABLED() to check if perfmon sampling should be enabled. The flag it is checking was already removed, so the condition always evaluates to false. Remove the reference to the removed build flag. Perfmon sampling can now be enabled only via debugfs. Remove the definition of IS_ENABLED() in include/nvgpu/posix/types.h. Change-Id: I26ddd9d24c39513db68c7ae2b1cd1ebdd980e96e Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2011631 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>