Re: [PATCH 3/4] powerpc/32: define helpers to get L1 cache sizes.

2019-07-07 Thread Michael Ellerman
On Tue, 2019-05-14 at 09:05:15 UTC, Christophe Leroy wrote: > This patch defines C helpers to retrieve the size of > cache blocks and uses them in the cacheflush functions. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks.

[PATCH 3/4] powerpc/32: define helpers to get L1 cache sizes.

2019-05-14 Thread Christophe Leroy
This patch defines C helpers to retrieve the size of cache blocks and uses them in the cacheflush functions. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/cache.h | 16 ++-- arch/powerpc/include/asm/cacheflush.h | 24 +++- 2 files changed, 29