Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c33df1a authored by Marc Zyngier's avatar Marc Zyngier
Browse files

arm: KVM: Add S2_PMD_{MASK,SIZE} constants



They were missing, and it turns out that we do need them now.

Acked-by: default avatarChristoffer Dall <christoffer.dall@arm.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 58466766
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -73,4 +73,7 @@ static inline bool kvm_stage2_has_pud(struct kvm *kvm)
	return false;
}

#define S2_PMD_MASK				PMD_MASK
#define S2_PMD_SIZE				PMD_SIZE

#endif	/* __ARM_S2_PGTABLE_H_ */