Re: [Xen-devel] [PATCH] xen/arm: unbreak arm64 build

2019-08-07 Thread Julien Grall
Hi Stefano, Please use add_maintainers.pl to CC the correct reviewers. It is quite common to specify the compiler/binutils version used when this is not an obvious compiler error (i.e missing braces or semi-column). In this case, this passed OSStest smoke and I haven't noticed any issues with

[Xen-devel] [PATCH] xen/arm: unbreak arm64 build

2019-08-06 Thread Stefano Stabellini
Commit 4941bfbf11eae05c92aa3242e353d173974ce7bf "xen/arm64: macros: Introduce an assembly macro to alias x30" moved lr .reqx30 to macros.h, and started to use "lr" in head.S. However, it didn't add an #include macros.h to head.S. This commit fixes it. Signed-off-by: Stefano Stabellini