Re: [PATCH] powerpc/47x: Add prototype for mmu_init_secondary()

From: Michael Ellerman
Date: Wed Aug 23 2023 - 08:03:55 EST


On Thu, 17 Aug 2023 16:25:49 +0200, Christophe Leroy wrote:
> A W=1 build of 44x/iss476-smp_defconfig gives:
>
> arch/powerpc/mm/nohash/44x.c:220:13: error: no previous prototype for 'mmu_init_secondary' [-Werror=missing-prototypes]
> 220 | void __init mmu_init_secondary(int cpu)
> | ^~~~~~~~~~~~~~~~~~
>
> That function is called from head_4xx.S
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/47x: Add prototype for mmu_init_secondary()
https://git.kernel.org/powerpc/c/b27c1a0a4e62af1fd9d2688bf8156a5d546e4227

cheers