Re: [PATCH 1/2] powerpc: Add generic PAGE_SIZE config symbols

2022-05-24 Thread Michael Ellerman
On Thu, 5 May 2022 22:51:22 +1000, Michael Ellerman wrote: > Other arches (sh, mips, hexagon) use standard names for PAGE_SIZE > related config symbols. > > Add matching symbols for powerpc, which are enabled by default but > depend on our architecture specific PAGE_SIZE symbols. > > This allows

Re: [PATCH 1/2] powerpc: Add generic PAGE_SIZE config symbols

2022-05-18 Thread Christophe Leroy
Le 18/05/2022 à 15:21, Arnd Bergmann a écrit : > On Wed, May 18, 2022 at 2:00 PM Michael Ellerman wrote: >> >> Christophe Leroy writes: >>> Le 05/05/2022 à 14:51, Michael Ellerman a écrit : Other arches (sh, mips, hexagon) use standard names for PAGE_SIZE related config symbols.

Re: [PATCH 1/2] powerpc: Add generic PAGE_SIZE config symbols

2022-05-18 Thread Arnd Bergmann
On Wed, May 18, 2022 at 2:00 PM Michael Ellerman wrote: > > Christophe Leroy writes: > > Le 05/05/2022 à 14:51, Michael Ellerman a écrit : > >> Other arches (sh, mips, hexagon) use standard names for PAGE_SIZE > >> related config symbols. > >> > >> Add matching symbols for powerpc, which are

Re: [PATCH 1/2] powerpc: Add generic PAGE_SIZE config symbols

2022-05-18 Thread Michael Ellerman
Christophe Leroy writes: > Le 05/05/2022 à 14:51, Michael Ellerman a écrit : >> Other arches (sh, mips, hexagon) use standard names for PAGE_SIZE >> related config symbols. >> >> Add matching symbols for powerpc, which are enabled by default but >> depend on our architecture specific PAGE_SIZE

Re: [PATCH 1/2] powerpc: Add generic PAGE_SIZE config symbols

2022-05-18 Thread Christophe Leroy
Le 05/05/2022 à 14:51, Michael Ellerman a écrit : > Other arches (sh, mips, hexagon) use standard names for PAGE_SIZE > related config symbols. > > Add matching symbols for powerpc, which are enabled by default but > depend on our architecture specific PAGE_SIZE symbols. > > This allows

[PATCH 1/2] powerpc: Add generic PAGE_SIZE config symbols

2022-05-05 Thread Michael Ellerman
Other arches (sh, mips, hexagon) use standard names for PAGE_SIZE related config symbols. Add matching symbols for powerpc, which are enabled by default but depend on our architecture specific PAGE_SIZE symbols. This allows generic/driver code to express dependencies on the PAGE_SIZE without