Re: [net-next PATCH 1/3] octeontx2-af: Sending tsc value to the userspace

From: Jakub Kicinski
Date: Thu Feb 17 2022 - 19:05:20 EST


On Thu, 17 Feb 2022 23:34:48 +0530 Rakesh Babu Saladi wrote:
> +#if defined(CONFIG_ARM64)
> + return is_pmu ? read_sysreg(pmccntr_el0) : read_sysreg(cntvct_el0);
> +#else
> + return 0;
> +#endif

And this bit probably calls for a CC to linux-arm