Re: [PATCH 1/2] powerpc/mm/64s: Fix slb_setup_new_exec() sparse warning

2020-09-24 Thread Michael Ellerman
On Wed, 16 Sep 2020 21:56:36 +1000, Michael Ellerman wrote: > Sparse says: > symbol slb_setup_new_exec was not declared. Should it be static? > > No, it should have a declaration in a header, add one. Applied to powerpc/next. [1/2] powerpc/mm/64s: Fix slb_setup_new_exec() sparse warning

[PATCH 1/2] powerpc/mm/64s: Fix slb_setup_new_exec() sparse warning

2020-09-16 Thread Michael Ellerman
Sparse says: symbol slb_setup_new_exec was not declared. Should it be static? No, it should have a declaration in a header, add one. Signed-off-by: Michael Ellerman --- arch/powerpc/mm/book3s64/internal.h| 2 ++ arch/powerpc/mm/book3s64/mmu_context.c | 4 ++-- 2 files changed, 4