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.

(cherry picked from commit b485cd7)

Original-Signed-off-by: Daniel Leung <daniel.leung@intel.com>
GitOrigin-RevId: b485cd7
Change-Id: Ibff2f713616e19a928fa1e7d8a8849bef58e1ef4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5041243
Reviewed-by: Keith Short <keithshort@chromium.org>
Commit-Queue: Keith Short <keithshort@chromium.org>
Tested-by: Keith Short <keithshort@chromium.org>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
  • Loading branch information
dcpleung authored and Chromeos LUCI committed Nov 18, 2023
1 parent 63bc236 commit 2d46402
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 2d46402

Please sign in to comment.