Re: [PATCH v7 06/12] powerpc: inline huge vmap supported functions

2020-08-26 Thread Michael Ellerman
Nicholas Piggin writes: > This allows unsupported levels to be constant folded away, and so > p4d_free_pud_page can be removed because it's no longer linked to. > > Cc: linuxppc-...@lists.ozlabs.org > Signed-off-by: Nicholas Piggin > --- > > Ack or objection if this goes via the -mm tree? Fine

[PATCH v7 06/12] powerpc: inline huge vmap supported functions

2020-08-25 Thread Nicholas Piggin
This allows unsupported levels to be constant folded away, and so p4d_free_pud_page can be removed because it's no longer linked to. Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Nicholas Piggin --- Ack or objection if this goes via the -mm tree? arch/powerpc/include/asm/vmalloc.h |