Re: [RFC PATCH v1 00/11] powerpc/machdep: Remove dust and convert to static calls

2022-02-16 Thread Michael Ellerman
On Fri, 3 Sep 2021 11:18:34 + (UTC), Christophe Leroy wrote: > The purpose of this series is to convert machine dependent > functions in structure ppc_md into static calls. > > First part of the series remove some dust in and around machdep.h > > Then some helpers are defined to abstract the

[RFC PATCH v1 00/11] powerpc/machdep: Remove dust and convert to static calls

2021-09-03 Thread Christophe Leroy
The purpose of this series is to convert machine dependent functions in structure ppc_md into static calls. First part of the series remove some dust in and around machdep.h Then some helpers are defined to abstract the access to ppc_md. structure. Then all plateforms are converted to using thos