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
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