Re: [PATCH v2 2/3] arch: simplify architecture specific page size configuration
Thomas Gleixner <[email protected]>
| Newsgroups | gmane.linux.ports.hexagon,gmane.linux.kernel,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.uml.devel |
|---|---|
| Message-ID | <8734t3uvql.ffs@tglx> |
On Wed, Mar 06 2024 at 15:14, Arnd Bergmann wrote: > From: Arnd Bergmann <[email protected]> > > arc, arm64, parisc and powerpc all have their own Kconfig symbols > in place of the common CONFIG_PAGE_SIZE_4KB symbols. Change these > so the common symbols are the ones that are actually used, while > leaving the arhcitecture specific ones as the user visible > place for configuring it, to avoid breaking user configs. > > Reviewed-by: Christophe Leroy <[email protected]> (powerpc32) > Acked-by: Catalin Marinas <[email protected]> > Acked-by: Helge Deller <[email protected]> # parisc > Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]>