Re: [PATCH] powerpc/mm: Fix tlbie to add AVAL fields for 64K pages

2014-04-21 Thread Aneesh Kumar K.V
Benjamin Herrenschmidt writes: > On Mon, 2014-04-21 at 10:37 +0530, Aneesh Kumar K.V wrote: >> The if condition check was based on a draft ISA doc. Remove the same. > > Is this a real bug ? Do we need to send that back to stable ? We haven't found any issues without the patch. I found that by co

Re: [PATCH] powerpc/mm: Fix tlbie to add AVAL fields for 64K pages

2014-04-20 Thread Benjamin Herrenschmidt
On Mon, 2014-04-21 at 10:37 +0530, Aneesh Kumar K.V wrote: > The if condition check was based on a draft ISA doc. Remove the same. Is this a real bug ? Do we need to send that back to stable ? Ben. > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/mm/hash_native_64.c | 38

[PATCH] powerpc/mm: Fix tlbie to add AVAL fields for 64K pages

2014-04-20 Thread Aneesh Kumar K.V
The if condition check was based on a draft ISA doc. Remove the same. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/hash_native_64.c | 38 -- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/arch/powerpc/mm/hash_native_64.c b/arch/powerpc/