kernel: Remove _IntLibInit function
There were many platforms where this function was doing nothing. Just merging its functionality with _PrepC function. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
a0b9e70e10
commit
46715faa5c
12 changed files with 9 additions and 51 deletions
|
@ -37,13 +37,6 @@ _set_thread_return_value(struct k_thread *thread, unsigned int value)
|
|||
thread->arch.swap_return_value = value;
|
||||
}
|
||||
|
||||
static inline void _IntLibInit(void)
|
||||
{
|
||||
#if defined(CONFIG_RISCV_SOC_INTERRUPT_INIT)
|
||||
soc_interrupt_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
FUNC_NORETURN void _NanoFatalErrorHandler(unsigned int reason,
|
||||
const NANO_ESF *esf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue