Re: [PATCH 2/3] powerpc/32: tlbie provide L operand explicitly
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2017-05-12 03:35:49
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2017-05-12 03:35:49
Nicholas Piggin [off-list ref] writes:
The single-operand form of tlbie used to be accepted as the second operand (L) being implicitly 0. Newer binutils reject this. Change remaining single-op tlbie instructions to have explicit 0 second argument.
Do old(er) binutils accept the two operand version? cheers