Re: [01/12] powerpc/64s/hash: Fix stab_rr off by one initialization
From: Michael Ellerman <hidden> Date: 2018-09-20 04:21:08
On Fri, 2018-09-14 at 15:30:45 UTC, Nicholas Piggin wrote:
This causes SLB alloation to start 1 beyond the start of the SLB.
There is no real problem because after it wraps it stats behaving
properly, it's just surprisig to see when looking at SLB traces.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>