Re: [PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms

From: Arnd Bergmann
Date: Wed Jul 06 2022 - 03:05:47 EST


On Wed, Jul 6, 2022 at 8:33 AM Christophe Leroy
<christophe.leroy@xxxxxxxxxx> wrote:

> As far as I can see in Kconfig, CONFIG_MMU is user selectable on the
> following architectures:
> - ARM
> - M68K
> - RISCV
> - SH
>
> And is disabled by default on XTENSA.

Right, the list is complete, though it's also default-enabled for
every CPU core on xtensa, and you can only disable it for
"custom" CPU cores.

Arnd