Skip to content

Commit

Permalink
xtensa: remove unused z_mp_entry declaration
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dcpleung authored and nashif committed Nov 17, 2023
1 parent 21d8855 commit b485cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/xtensa/core/crt1.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b485cd7

Please sign in to comment.