]> git.baikalelectronics.ru Git - kernel.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)
commit1a9648ac20674e04ecc99b0dfcd6b0340823834a
treeca2070e4d94f66551f9ced702ee9b1b178613bc7
parentb8f56517d023162e6b6b2c88c6231013cb6ae78c
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