arm: KVM: Make kvm_arm.h friendly to assembly code
kvm_arm.h is included from both C code and assembly code; however some definitions in this header supplied with U/UL/ULL suffixes which might confuse assembly once they got evaluated. We have _AC macro for such cases, so just wrap problem places with it. Acked-by:Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by:
Vladimir Murzin <vladimir.murzin@arm.com> Signed-off-by:
Marc Zyngier <marc.zyngier@arm.com> (cherry picked from commit 8420dcd3) Signed-off-by:
Alex Shi <alex.shi@linaro.org>
Loading
Please sign in to comment