Re: [PATCH v2 16/16] powerpc/microwatt: Don't select the hash MMU code

2021-10-21 Thread Nicholas Piggin
Excerpts from Joel Stanley's message of October 21, 2021 3:19 pm: > On Thu, 21 Oct 2021 at 04:04, Nicholas Piggin wrote: >> >> Microwatt is radix-only, so it does not require hash MMU support. >> >> This saves 20kB compressed dtbImage and 56kB vmlinux size. >> >> Signed-off-by: Nicholas Piggin >>

Re: [PATCH v2 16/16] powerpc/microwatt: Don't select the hash MMU code

2021-10-20 Thread Christophe Leroy
Le 21/10/2021 à 05:54, Nicholas Piggin a écrit : Microwatt is radix-only, so it does not require hash MMU support. Patches 15 and 16 could be squashed into a single patch, say Microwatt is a radix-only POWER9. This saves 20kB compressed dtbImage and 56kB vmlinux size. Signed-off-by: N

Re: [PATCH v2 16/16] powerpc/microwatt: Don't select the hash MMU code

2021-10-20 Thread Joel Stanley
On Thu, 21 Oct 2021 at 04:04, Nicholas Piggin wrote: > > Microwatt is radix-only, so it does not require hash MMU support. > > This saves 20kB compressed dtbImage and 56kB vmlinux size. > > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/configs/microwatt_defconfig | 1 - > arch/powerpc/plat

[PATCH v2 16/16] powerpc/microwatt: Don't select the hash MMU code

2021-10-20 Thread Nicholas Piggin
Microwatt is radix-only, so it does not require hash MMU support. This saves 20kB compressed dtbImage and 56kB vmlinux size. Signed-off-by: Nicholas Piggin --- arch/powerpc/configs/microwatt_defconfig | 1 - arch/powerpc/platforms/microwatt/Kconfig | 1 - 2 files changed, 2 deletions(-) diff -