Hi Jan,

On 10/08/2016 11:23, Jan Beulich wrote:
--- a/xen/include/asm-arm/numa.h
+++ b/xen/include/asm-arm/numa.h
@@ -17,6 +17,11 @@ static inline __attribute__((pure)) node
 #define node_start_pfn(nid) (pdx_to_pfn(frametable_base_pdx))
 #define __node_distance(a, b) (20)

+static inline unsigned int arch_get_dma_bitsize(void)
+{
+    return 32;
+}
+

I am not sure why we return 32 here for ARM. Anyway, as it was already the case before this patch:

Acked-by: Julien Grall <julien.gr...@arm.com>

Regards,

--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to