Re: [PATCH 19/22] xen/arm32: mm: Rename 'first' to 'root' in init_secondary_pagetables()

2023-01-23 Thread Stefano Stabellini
On Fri, 16 Dec 2022, Julien Grall wrote: > From: Julien Grall > > The arm32 version of init_secondary_pagetables() will soon be re-used > for arm64 as well where the root table start at level 0 rather than level 1. > > So rename 'first' to 'root'. > > Signed-off-by: Julien Grall Reviewed-by:

RE: [PATCH 19/22] xen/arm32: mm: Rename 'first' to 'root' in init_secondary_pagetables()

2023-01-06 Thread Henry Wang
Hi Julien, > -Original Message- > Subject: [PATCH 19/22] xen/arm32: mm: Rename 'first' to 'root' in > init_secondary_pagetables() > > From: Julien Grall > > The arm32 version of init_secondary_pagetables() will soon be re-used > for arm64 as well where the roo

[PATCH 19/22] xen/arm32: mm: Rename 'first' to 'root' in init_secondary_pagetables()

2022-12-16 Thread Julien Grall
From: Julien Grall The arm32 version of init_secondary_pagetables() will soon be re-used for arm64 as well where the root table start at level 0 rather than level 1. So rename 'first' to 'root'. Signed-off-by: Julien Grall --- xen/arch/arm/mm.c | 16 +++- 1 file changed, 7