]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Fix .long's in tlb-radix.c to more meaningful
authorBalbir Singh <bsingharora@gmail.com>
Wed, 13 Jul 2016 09:35:20 +0000 (15:05 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 17 Jul 2016 06:42:50 +0000 (16:42 +1000)
commit32de628e0df097d152cbac95bc4b2badbbef0ba6
treeb63b43dc3505bbe021ad563e78183ab719be846a
parentd9baa2e597c2fefae0abafe5204f74aee7b9a162
powerpc/mm: Fix .long's in tlb-radix.c to more meaningful

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 <bsingharora@gmail.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/ppc-opcode.h
arch/powerpc/mm/tlb-radix.c