]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
powerpc/mm: fix redundant inclusion of pgtable-frag.o in Makefile
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 6 May 2019 06:47:55 +0000 (06:47 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 6 May 2019 10:21:56 +0000 (20:21 +1000)
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 <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/Makefile

index 7a7527116c3ae7779f7b69c70c88af82bb2b171a..0f499db315d60bf645908d6269c457c1206c6e5a 100644 (file)
@@ -12,7 +12,6 @@ obj-y                         := fault.o mem.o pgtable.o mmap.o \
 obj-$(CONFIG_PPC_MMU_NOHASH)   += nohash/
 obj-$(CONFIG_PPC_BOOK3S_32)    += book3s32/
 obj-$(CONFIG_PPC_BOOK3S_64)    += book3s64/
-obj-$(CONFIG_PPC_BOOK3S_64)    += pgtable-frag.o
 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
 obj-$(CONFIG_PPC_MM_SLICES)    += slice.o
 obj-$(CONFIG_HUGETLB_PAGE)     += hugetlbpage.o