Re: [PATCH] powerpc/mm: fix redundant inclusion of pgtable-frag.o in Makefile

2019-05-06 Thread Michael Ellerman
On Mon, 2019-05-06 at 06:47:55 UTC, Christophe Leroy wrote: > The patch identified below added pgtable-frag.o to obj-y > but some merge witchery kept it also for obj-CONFIG_PPC_BOOK3S_64 > > This patch clears the duplication. > > Fixes: 737b434d3d55 ("powerpc/mm: convert Book3E 64 to pte_fragment

[PATCH] powerpc/mm: fix redundant inclusion of pgtable-frag.o in Makefile

2019-05-05 Thread Christophe Leroy
The patch identified below added pgtable-frag.o to obj-y but some merge witchery kept it also for obj-CONFIG_PPC_BOOK3S_64 This patch clears the duplication. Fixes: 737b434d3d55 ("powerpc/mm: convert Book3E 64 to pte_fragment") Signed-off-by: Christophe Leroy --- arch/powerpc/mm/Makefile | 1 -