Re: [PATCH 12/13] KVM: arm: avoid binary number literals for gcc-4.2

From: Christoffer Dall
Date: Wed Jan 04 2017 - 05:39:45 EST


On Fri, Dec 16, 2016 at 11:56:33AM +0100, Arnd Bergmann wrote:
> Old gcc versions prior to 4.3 don't understand the 0b... syntax for
> numbers, and this seems to be the only instance in the kernel, so better
> use hexadecimal instead.
>
> arch/arm/include/asm/kvm_mmu.h:127:38: error: invalid suffix "b101" on integer constant
>
> Fixes: 159793001d7d ("ARM: KVM: force cache clean on page fault when caches are off")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Same as before:
Acked-by: Christoffer Dall <christoffer.dall@xxxxxxxxxx>