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:
parent
21d885535e
commit
b485cd717b
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
|
||||
.global __start
|
||||
.type z_cstart, @function
|
||||
.type z_mp_entry, @function
|
||||
|
||||
#ifdef CONFIG_XTENSA_MMU
|
||||
.type z_xtensa_mmu_init, @function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue