Re: [Xen-devel] [PATCH v2 15/24] xen/arm: page: Prefix memory types with MT_

2017-09-15 Thread Stefano Stabellini
On Tue, 12 Sep 2017, Julien Grall wrote: > This will avoid confusion in the code when using them. > > Signed-off-by: Julien Grall > Reviewed-by: Andre Przywara Reviewed-by: Stefano Stabellini > --- > > Changes in v2:

[Xen-devel] [PATCH v2 15/24] xen/arm: page: Prefix memory types with MT_

2017-09-12 Thread Julien Grall
This will avoid confusion in the code when using them. Signed-off-by: Julien Grall Reviewed-by: Andre Przywara --- Changes in v2: - Add Andre's reviewed-by --- xen/arch/arm/kernel.c | 2 +- xen/arch/arm/mm.c