Re: [PATCH 3/4] powerpc/64s: Move SLB init into hash_utils_64.c

2019-01-23 Thread Aneesh Kumar K.V
Michael Ellerman writes: > The SLB initialisation code is spread around a bit between prom.c and > hash_utils_64.c. Consolidate it all in hash_utils_64.c. > > This slightly changes the timing of when mmu_slb_size is initialised, > but that should have no effect. Reviewed-by: Aneesh Kumar K.V >

[PATCH 3/4] powerpc/64s: Move SLB init into hash_utils_64.c

2019-01-17 Thread Michael Ellerman
The SLB initialisation code is spread around a bit between prom.c and hash_utils_64.c. Consolidate it all in hash_utils_64.c. This slightly changes the timing of when mmu_slb_size is initialised, but that should have no effect. Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/prom.c