On 11/11/2024 14:11, Elias El Yandouzi wrote: > > > From: Julien Grall <jgr...@amazon.com> > > The arm32 version of init_secondary_pagetables() will soon be re-used > for arm64 as well where the root table starts at level 0 rather than level 1. > > So rename 'first' to 'root'. > > Signed-off-by: Julien Grall <jgr...@amazon.com> > Signed-off-by: Elias El Yandouzi <elias...@amazon.com> > > ---- NIT: 3 dashes instead of 4. Otherwise this will end up in a commit msg. This patch can be merged right away as it's not dependent on other patches. Reviewed-by: Michal Orzel <michal.or...@amd.com> ~Michal
- [PATCH V4 06/15] xen/x86: Add support for the PMAP Elias El Yandouzi
- [PATCH V4 04/15] x86: Initialize mapcache for PV, HVM, a... Elias El Yandouzi
- Re: [PATCH V4 04/15] x86: Initialize mapcache for P... Andrew Cooper
- [PATCH V4 01/15] x86: Create per-domain mapping for gues... Elias El Yandouzi
- [PATCH V4 11/15] x86/setup: Do not create valid mappings... Elias El Yandouzi
- [PATCH V4 09/15] x86/setup: Leave early boot slightly ea... Elias El Yandouzi
- [PATCH V4 02/15] x86/pv: Use copy_domain_page() to manag... Elias El Yandouzi
- [PATCH V4 10/15] xen/page_alloc: vmap heap nodes when th... Elias El Yandouzi
- [PATCH V4 15/15] xen/arm64: Allow the admin to enable/di... Elias El Yandouzi
- [PATCH V4 12/15] xen/arm32: mm: Rename 'first' to 'root'... Elias El Yandouzi
- Re: [PATCH V4 12/15] xen/arm32: mm: Rename 'first' ... Michal Orzel
- [PATCH V4 03/15] x86/pv: Rewrite how building PV dom0 ha... Elias El Yandouzi
- Re: [PATCH V4 03/15] x86/pv: Rewrite how building P... Alejandro Vallejo
- [PATCH V4 13/15] xen/arm64: mm: Use per-pCPU page-tables Elias El Yandouzi
- [PATCH V4 14/15] xen/arm64: Implement a mapcache for arm... Elias El Yandouzi
- Re: [PATCH V4 00/15] Remove the directmap Andrew Cooper