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:
parent
e37d8da074
commit
a220766d57
|
@ -265,7 +265,6 @@ uint32_t *xtensa_user(int exccause, uint32_t *regs);
|
||||||
/* Software interrupt handler */
|
/* Software interrupt handler */
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
void __cpu1_start(void) noreturn_function;
|
|
||||||
int xtensa_intercpu_interrupt(int tocpu, int intcode);
|
int xtensa_intercpu_interrupt(int tocpu, int intcode);
|
||||||
void xtensa_pause_handler(void);
|
void xtensa_pause_handler(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue