[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1 2/2] arm/mpu: Disable map_domain_page for MPU
Hi Ayan, > On Thu, Aug 07, 2025 at 06:45:29PM +0000, Ayan Kumar Halder wrote: > There is no domheap for ARM_32. All of the RAM is mapped and VA == PA. > > Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx> > --- > xen/arch/arm/Kconfig | 2 +- > xen/arch/arm/mpu/domain-page.c | 45 ---------------------------------- > 2 files changed, 1 insertion(+), 46 deletions(-) > delete mode 100644 xen/arch/arm/mpu/domain-page.c > > diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig > index a0c8160474..5355534f3d 100644 > --- a/xen/arch/arm/Kconfig This patch is breaking ARM_32, MPU builds for me. I think this also needs: ``` diff --git a/xen/arch/arm/mpu/Makefile b/xen/arch/arm/mpu/Makefile index 50f8fe4326..4963c8b550 100644 --- a/xen/arch/arm/mpu/Makefile +++ b/xen/arch/arm/mpu/Makefile @@ -1,6 +1,5 @@ obj-$(CONFIG_ARM_32) += arm32/ obj-$(CONFIG_ARM_64) += arm64/ -obj-$(CONFIG_ARM_32) += domain-page.o obj-y += mm.o obj-y += p2m.o obj-y += setup.init.o ``` Cheers, Hari
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |