]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mm: Fix tlbie to add AVAL fields for 64K pages
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 21 Apr 2014 05:07:36 +0000 (10:37 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Apr 2014 03:11:24 +0000 (13:11 +1000)
commit29ef7a3e26283606f181000b11e5fd37d73ab98f
treeca2070e4d94f66551f9ced702ee9b1b178613bc7
parent2d6b63bbdd7a649ea17fae19f8bab07d4b292a09
powerpc/mm: Fix tlbie to add AVAL fields for 64K pages

The if condition check was based on a draft ISA doc. Remove the same.

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