Re: [PATCH 2/4] arch: simplify architecture specific page size configuration
Catalin Marinas <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.ports.mips,gmane.linux.ports.sparc,gmane.linux.ports.hexagon,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.kernel.arc,gmane.linux.ports.alpha,gmane.linux.uml.devel,gmane.linux.ports.arm.kernel,gmane.linux.ports.parisc,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 26, 2024 at 05:14:12PM +0100, 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. > > Signed-off-by: Arnd Bergmann <[email protected]> For arm64: Acked-by: Catalin Marinas <[email protected]>