On 24.06.2025 08:56, Mykola Kvach wrote:
> From: Mykola Kvach
>
> This patch adds CONFIG_SYSTEM_SUSPEND guards around freeze_domains
> and thaw_domains functions.
>
> This ensures they are only compiled into the hypervisor when the system
> suspend functionality is enabled, aligning their inclus
From: Mykola Kvach
This patch adds CONFIG_SYSTEM_SUSPEND guards around freeze_domains
and thaw_domains functions.
This ensures they are only compiled into the hypervisor when the system
suspend functionality is enabled, aligning their inclusion with their
specific use case.
Signed-off-by: Mykol