Re: linux-next: manual merge of the powerpc tree with the mm tree
From: Michael Ellerman
Date: Wed Jul 03 2024 - 08:15:15 EST
Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> writes:
> Hi all,
>
> Today's linux-next merge of the powerpc tree got a conflict in:
>
> arch/powerpc/mm/nohash/Makefile
>
...
> diff --cc arch/powerpc/mm/nohash/Makefile
> index 90e846f0c46c,86d0fe434824..000000000000
> --- a/arch/powerpc/mm/nohash/Makefile
> +++ b/arch/powerpc/mm/nohash/Makefile
> @@@ -1,8 -1,7 +1,7 @@@
> # SPDX-License-Identifier: GPL-2.0
>
> obj-y += mmu_context.o tlb.o tlb_low.o kup.o
> -obj-$(CONFIG_PPC_BOOK3E_64) += tlb_low_64e.o book3e_pgtable.o
> +obj-$(CONFIG_PPC_BOOK3E_64) += tlb_64e.o tlb_low_64e.o book3e_pgtable.o
> - obj-$(CONFIG_40x) += 40x.o
> obj-$(CONFIG_44x) += 44x.o
> obj-$(CONFIG_PPC_8xx) += 8xx.o
> obj-$(CONFIG_PPC_E500) += e500.o
Thanks, looks right.
cheers