xtensa.h: Remove unused function prototype.

ESP32 uses a different function to start the app CPU and no other xtensa
CPU uses this __cpu1_start function.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-08-18 11:35:29 +02:00 committed by Xiang Xiao
parent e37d8da074
commit a220766d57
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ uint32_t *xtensa_user(int exccause, uint32_t *regs);
/* Software interrupt handler */
#ifdef CONFIG_SMP
void __cpu1_start(void) noreturn_function;
int xtensa_intercpu_interrupt(int tocpu, int intcode);
void xtensa_pause_handler(void);
#endif