Re: [PATCH V2 4/4] powerpc/mm/hash64: Increase the VA range

2018-02-28 Thread kbuild test robot
Hi Aneesh, Thank you for the patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v4.16-rc3 next-20180228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH V2 4/4] powerpc/mm/hash64: Increase the VA range

2018-02-26 Thread Aneesh Kumar K.V
Murilo Opsfelder Araujo writes: > On 02/26/2018 11:08 AM, Aneesh Kumar K.V wrote: >> --- >> arch/powerpc/include/asm/book3s/64/hash-64k.h | 2 +- >> arch/powerpc/include/asm/processor.h | 9 - >> arch/powerpc/mm/init_64.c | 6

Re: [PATCH V2 4/4] powerpc/mm/hash64: Increase the VA range

2018-02-26 Thread Murilo Opsfelder Araujo
On 02/26/2018 11:08 AM, Aneesh Kumar K.V wrote: > --- > arch/powerpc/include/asm/book3s/64/hash-64k.h | 2 +- > arch/powerpc/include/asm/processor.h | 9 - > arch/powerpc/mm/init_64.c | 6 -- > arch/powerpc/mm/pgtable_64.c | 5 - > 4

[PATCH V2 4/4] powerpc/mm/hash64: Increase the VA range

2018-02-26 Thread Aneesh Kumar K.V
--- arch/powerpc/include/asm/book3s/64/hash-64k.h | 2 +- arch/powerpc/include/asm/processor.h | 9 - arch/powerpc/mm/init_64.c | 6 -- arch/powerpc/mm/pgtable_64.c | 5 - 4 files changed, 9 insertions(+), 13 deletions(-) diff --git