On 26.11.2025 21:43, Grygorii Strashko wrote: > From: Grygorii Strashko <[email protected]> > > The d->arch.physaddr_bitsize field is used only by PV32 code, so: > > - move domain_set_alloc_bitsize() function into PV32 code and clean up > unused domain_set_alloc_bitsize() defines from other arches > > - move domain_clamp_alloc_bitsize() function into PV32 code, > rename to _domain_clamp_alloc_bitsize() and use generic > domain_clamp_alloc_bitsize() define instead, clean up > domain_clamp_alloc_bitsize() defines from !X86 arches > > - move d->arch.physaddr_bitsize field under PV32 ifdef > > Signed-off-by: Grygorii Strashko <[email protected]> > --- > xen/arch/arm/include/asm/mm.h | 3 --- > xen/arch/ppc/include/asm/mm.h | 3 ---
As I noticed only by getting a mail delivery failure back - please also be sure your submissions are up-to-date wrt ./MAINTAINERS: You meant to Cc Timothy for PPC, not Shawn. Jan > xen/arch/riscv/include/asm/mm.h | 3 --- > xen/arch/x86/include/asm/domain.h | 2 +- > xen/arch/x86/include/asm/mm.h | 10 +++++++--- > xen/arch/x86/pv/dom0_build.c | 2 ++ > xen/arch/x86/pv/domain.c | 21 +++++++++++++++++++++ > xen/arch/x86/x86_64/mm.c | 20 -------------------- > xen/include/xen/mm.h | 4 ++++ > 9 files changed, 35 insertions(+), 33 deletions(-)
