Re: powerpc/mm/radix: Make the pid unsigned long

2016-06-09 Thread Michael Ellerman
On Thu, 2016-02-06 at 09:44:48 UTC, "Aneesh Kumar K.V" wrote: > Semantic Issue: comparison of constant 18446744073709551615 with > expression of type 'unsigned int' is always false. > > Signed-off-by: Aneesh Kumar K.V > Reviewed-by: Balbir Singh

Re: powerpc/mm/radix: Make the pid unsigned long

2016-06-07 Thread Michael Ellerman
On Thu, 2016-02-06 at 09:44:48 UTC, "Aneesh Kumar K.V" wrote: > Semantic Issue: comparison of constant 18446744073709551615 with > expression of type 'unsigned int' is always false. > > Signed-off-by: Aneesh Kumar K.V > Reviewed-by: Balbir Singh

Re: [PATCH] powerpc/mm/radix: Make the pid unsigned long

2016-06-02 Thread Balbir Singh
On 02/06/16 19:44, Aneesh Kumar K.V wrote: > Semantic Issue: comparison of constant 18446744073709551615 with > expression of type 'unsigned int' is always false. > > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/mm/tlb-radix.c | 8 > 1 file

[PATCH] powerpc/mm/radix: Make the pid unsigned long

2016-06-02 Thread Aneesh Kumar K.V
Semantic Issue: comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always false. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/tlb-radix.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git