[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/3] common/spinlock: Ensure the flags parameter is wide enough
On Mon, 2013-10-21 at 14:41 +0100, Andrew Cooper wrote: > The previous patch in the series fixes the compilation issues I found as a > result of this patch, but I have not tested on arm. I therefore request an > explicit ack from an arm maintainer before this is committed. I build tested just this patch on current staging and it failed, because I hadn't spotted that the previous patch was generic and not x86 specific. With patch 2/3 added both arm32 and arm64 hypervisors build for me, so: Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> BTW cross-compiling the hypervisor is more or less trivial, compilers can be found at https://launchpad.net/linaro-toolchain-binaries/+download and the runes are: make dist-xen XEN_TARGET_ARCH=arm32 CROSS_COMPILER=arm-linux-gnueabihf- make dist-xen XEN_TARGET_ARCH=arm64 CROSS_COMPILER=aarch64-linux-gnu- Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |