xtensa: remove unused z_mp_entry declaration

z_mp_entry has been removed from Xtensa architecture.
So there is no need for a function declaration. Remove it.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-11-17 10:31:14 -08:00 committed by Anas Nashif
commit b485cd717b

View file

@ -23,7 +23,6 @@
.global __start .global __start
.type z_cstart, @function .type z_cstart, @function
.type z_mp_entry, @function
#ifdef CONFIG_XTENSA_MMU #ifdef CONFIG_XTENSA_MMU
.type z_xtensa_mmu_init, @function .type z_xtensa_mmu_init, @function