Re: [PATCH 1/2] Fix .long's in mm/tlb-radix.c to more meaningful

2016-05-10 Thread Aneesh Kumar K.V
Balbir Singh writes: > The .longs with the shifts are harder to read, use more > meaningful names for the opcodes. PPC_TLBIE_5 is introduced > for the 5 opcode variation of the instruction due to an existing > op-code for the 2 opcode variant > > Signed-off-by: Balbir Singh Reviewed-by: Aneesh

[PATCH 1/2] Fix .long's in mm/tlb-radix.c to more meaningful

2016-05-10 Thread Balbir Singh
The .longs with the shifts are harder to read, use more meaningful names for the opcodes. PPC_TLBIE_5 is introduced for the 5 opcode variation of the instruction due to an existing op-code for the 2 opcode variant Signed-off-by: Balbir Singh --- arch/powerpc/include/asm/ppc-opcode.h | 14 +++