Re: [PATCH v5 07/13] xen/arm: Extract MMU-specific code

2023-08-21 Thread Julien Grall
Hi Henry, On 14/08/2023 05:25, Henry Wang wrote: Currently, most of the MMU-specific code is in mm.{c,h}. To make the mm extendable, this commit extract the MMU-specific code by firstly: - Create a arch/arm/include/asm/mmu/ subdir. - Create a arch/arm/mmu/ subdir. Then move the MMU-specific cod

[PATCH v5 07/13] xen/arm: Extract MMU-specific code

2023-08-13 Thread Henry Wang
Currently, most of the MMU-specific code is in mm.{c,h}. To make the mm extendable, this commit extract the MMU-specific code by firstly: - Create a arch/arm/include/asm/mmu/ subdir. - Create a arch/arm/mmu/ subdir. Then move the MMU-specific code to above mmu subdir, which includes below changes: