Re: [Xen-devel] [PATCH v2 27/41] arm : add helper functions to map memory regions

2015-07-05 Thread Parth Dixit
+shannon On 8 June 2015 at 19:35, Julien Grall wrote: > Hi Parth, > > On 17/05/2015 21:03, Parth Dixit wrote: >> >> creates a helper function for mapping with cached attributes >> >> Signed-off-by: Parth Dixit >> --- >> xen/arch/arm/p2m.c| 26 ++ >> xen/include

Re: [Xen-devel] [PATCH v2 27/41] arm : add helper functions to map memory regions

2015-06-08 Thread Julien Grall
Hi Parth, On 17/05/2015 21:03, Parth Dixit wrote: creates a helper function for mapping with cached attributes Signed-off-by: Parth Dixit --- xen/arch/arm/p2m.c| 26 ++ xen/include/asm-arm/p2m.h | 10 ++ 2 files changed, 36 insertions(+) diff --git

[Xen-devel] [PATCH v2 27/41] arm : add helper functions to map memory regions

2015-05-17 Thread Parth Dixit
creates a helper function for mapping with cached attributes Signed-off-by: Parth Dixit --- xen/arch/arm/p2m.c| 26 ++ xen/include/asm-arm/p2m.h | 10 ++ 2 files changed, 36 insertions(+) diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 903fa3f.