Re: [PATCH 2/5] rtla/utils: Add idle state disabling via libcpupower
From: Daniel Bristot de Oliveira
Date: Fri Jun 21 2024 - 04:46:30 EST
On 6/12/24 16:54, tglozar@xxxxxxxxxx wrote:
> +
> + nr_states = cpuidle_state_count(cpu);
> +
Question: Is this library implemented for all archs or only
intel &| arm?
If it is restricted to few archs, it is another point to make
it optional.
-- Daniel