From: Rashmica Gupta
[ Upstream commit 790845e2f12709d273d08ea7a2af7c2593689519 ]
We were always calling base_hpte_find() with primary = true,
even when we wanted to check the secondary table.
mpe: I broke this when refactoring Rashmica's original patch.
Fixes: 1515ab932156 ("powerpc/mm: Dump
From: Rashmica Gupta
[ Upstream commit 790845e2f12709d273d08ea7a2af7c2593689519 ]
We were always calling base_hpte_find() with primary = true,
even when we wanted to check the secondary table.
mpe: I broke this when refactoring Rashmica's original patch.
Fixes: 1515ab932156 ("powerpc/mm: Dump
On Tue, 2019-02-12 at 23:29:49 UTC, Rashmica Gupta wrote:
> We were always calling base_hpte_find() with primary = true,
> even when we wanted to check the secondary table...
>
> Fixes: 1515ab932156 powerpc/mm: Dump hash table
>
> Signed-off-by: Rashmica Gupta
Applied to powerpc next, thanks.
We were always calling base_hpte_find() with primary = true,
even when we wanted to check the secondary table...
Fixes: 1515ab932156 powerpc/mm: Dump hash table
Signed-off-by: Rashmica Gupta
---
Thanks Paul for spotting this :)
arch/powerpc/mm/dump_hashpagetable.c | 2 +-
1 file changed, 1 in