powerpc/85xx: Fix unannotated intra-function call warning
authorSathvika Vasireddy <sv@linux.ibm.com>
Sat, 28 Jan 2023 12:41:38 +0000 (18:11 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Jan 2023 04:59:59 +0000 (15:59 +1100)
commit8afffce6aa3bddc940ac1909627ff1e772b6cbf1
treec803e45406536038542aec6ff377b8f3666f1284
parentf12cd06109f47c2fb4b23a45ab55404c47ef7fae
powerpc/85xx: Fix unannotated intra-function call warning

objtool throws the following warning:
  arch/powerpc/kernel/head_85xx.o: warning: objtool: .head.text+0x1a6c:
  unannotated intra-function call

Fix the warning by annotating KernelSPE symbol with SYM_FUNC_START_LOCAL
and SYM_FUNC_END macros.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sathvika Vasireddy <sv@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20230128124138.1066176-1-sv@linux.ibm.com
arch/powerpc/kernel/head_85xx.S