commit | c4e31847a5490d52ddd44440a524e8355be11ec1 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Mon May 06 06:47:55 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon May 06 20:21:56 2019 +1000 |
tree | fe3ffca0a05914d8a36f5860b74d3b4234505ceb | |
parent | 471e475c69a1689e059b5e57e893a7da75d2831a [diff] |
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>