]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instruction
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 4 Jul 2013 05:04:45 +0000 (10:34 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 24 Jul 2013 04:42:24 +0000 (14:42 +1000)
commitde640959b63ad437c21f2a217f25332c4ea863cb
tree6cf60e3ca5a7db688da71047619a4f92261bec18
parent83383b73ad5fbf52ea4b77aed900a927875f2529
powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instruction

The sllp value is stored in mmu_psize_defs in such a way that we can easily OR
the value to get the operand for slbmte instruction. ie, the L and LP bits are
not contiguous. Decode the bits and use them correctly in tlbie.
regression is introduced by 1f6aaaccb1b3af8613fe45781c1aefee2ae8c6b3
"powerpc: Update tlbie/tlbiel as per ISA doc"

Reported-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/hash_native_64.c