]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commitc4e31847a5490d52ddd44440a524e8355be11ec1
treefe3ffca0a05914d8a36f5860b74d3b4234505ceb
parent471e475c69a1689e059b5e57e893a7da75d2831a
powerpc/mm: fix redundant inclusion of pgtable-frag.o in Makefile

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