On Thu, 16 Jul 2020 23:14:10 PDT (-0700), penberg@xxxxxxxxx wrote:
On Wed, 15 Jul 2020, Pekka Enberg wrote:
> From: Pekka Enberg <penberg@xxxxxxxxxx>
>
> The <linux/pgtable.h> header defines some generic pgprot_*
> implementations, but they are only available when CONFIG_MMU is enabled.
> The RISC-V architecture, for example, therefore defines some of these
> pgprot_* macros for !NOMMU.
>
> Let's make the pgprot_* generic available even for !NOMMU so we can
> remove the RISC-V specific definitions.
>
> Compile-tested with x86 defconfig, and riscv defconfig and !MMU defconfig.
>
> Suggested-by: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx>
> Reviewed-by: Mike Rapoport <rppt@xxxxxxxxxxxxx>
> Cc: Tom Lendacky <thomas.lendacky@xxxxxxx>
> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx>
On Wed, Jul 15, 2020 at 8:39 PM David Rientjes <rientjes@xxxxxxxxxx> wrote:
Acked-by: David Rientjes <rientjes@xxxxxxxxxx>
Palmer, will you pick up these patches in the riscv tree, or should I
ask Andrew to queue them in -mm?
I just put them on for-next. Thanks!