Re: [Xen-devel] [PATCH 18/27] xen/arm: page: Prefix memory types with MT_

2017-08-23 Thread Julien Grall
On 08/23/2017 12:41 PM, Andre Przywara wrote: Hi, Hi Andre, On 14/08/17 15:24, Julien Grall wrote: >> diff --git a/xen/include/asm-arm/page.h b/xen/include/asm-arm/page.h index 660e1779c5..d7a048b64d 100644 --- a/xen/include/asm-arm/page.h +++ b/xen/include/asm-arm/page.h @@ -25,17 +25,17

Re: [Xen-devel] [PATCH 18/27] xen/arm: page: Prefix memory types with MT_

2017-08-23 Thread Andre Przywara
Hi, On 14/08/17 15:24, Julien Grall wrote: > This will avoid confusion in the code when using them. > > Signed-off-by: Julien Grall > --- > xen/arch/arm/kernel.c | 2 +- > xen/arch/arm/mm.c | 28 +-- >

[Xen-devel] [PATCH 18/27] xen/arm: page: Prefix memory types with MT_

2017-08-14 Thread Julien Grall
This will avoid confusion in the code when using them. Signed-off-by: Julien Grall --- xen/arch/arm/kernel.c | 2 +- xen/arch/arm/mm.c | 28 +-- xen/arch/arm/platforms/vexpress.c | 2 +- xen/drivers/video/arm_hdlcd.c