ANDROID: KVM: arm64: Increase max number of power domains

Some platforms have more that 32 power domains.

Bug: 439459820
Change-Id: I6ae313edf158aa7c1f901325bfc871799505bcbc
Signed-off-by: Mostafa Saleh <smostafa@google.com>
This commit is contained in:
Mostafa Saleh
2025-08-18 11:17:36 +00:00
parent 02e487e3c1
commit 7a87fe2219
+1 -1
View File
@@ -174,7 +174,7 @@ void pkvm_poison_pvmfw_pages(void);
int pkvm_timer_init(void);
void pkvm_udelay(unsigned long usecs);
#define MAX_POWER_DOMAINS 32
#define MAX_POWER_DOMAINS 40
struct kvm_power_domain_ops {
int (*power_on)(struct kvm_power_domain *pd);