Re: [PATCH 1/3] powerpc/mm: Initialize the HPTE encoding values

2019-09-13 Thread Laurent Dufour
Le 12/09/2019 à 15:37, Aneesh Kumar K.V a écrit : On 8/30/19 5:37 PM, Laurent Dufour wrote: Before reading the HPTE encoding values we initialize all of them to -1 (an invalid value) to later being able to detect the initialized ones. Signed-off-by: Laurent Dufour ---  

Re: [PATCH 1/3] powerpc/mm: Initialize the HPTE encoding values

2019-09-12 Thread Aneesh Kumar K.V
On 8/30/19 5:37 PM, Laurent Dufour wrote: Before reading the HPTE encoding values we initialize all of them to -1 (an invalid value) to later being able to detect the initialized ones. Signed-off-by: Laurent Dufour --- arch/powerpc/mm/book3s64/hash_utils.c | 8 ++-- 1 file changed, 6

[PATCH 1/3] powerpc/mm: Initialize the HPTE encoding values

2019-08-30 Thread Laurent Dufour
Before reading the HPTE encoding values we initialize all of them to -1 (an invalid value) to later being able to detect the initialized ones. Signed-off-by: Laurent Dufour --- arch/powerpc/mm/book3s64/hash_utils.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git