On Fri, Feb 17, 2023 at 10:02:26AM +0530, Sathvika Vasireddy wrote: > objtool throws the following warning: > arch/powerpc/kernel/head_64.o: warning: objtool: .text+0x6128: > unannotated intra-function call > > Fix the warning by annotating start_initialization_book3s symbol with the > SYM_FUNC_START_LOCAL and SYM_FUNC_END macros. > > Reported-by: Stephen Rothwell <s...@canb.auug.org.au> > Signed-off-by: Sathvika Vasireddy <s...@linux.ibm.com>
Suggested-by: Josh Poimboeuf <jpoim...@kernel.org> -- Josh