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
|
@ -183,6 +183,8 @@ static void *zephyr_wrapper(void *a)
|
|||
zephyr_thread);
|
||||
#endif
|
||||
|
||||
posix_init_multithreading();
|
||||
|
||||
/* Start Zephyr: */
|
||||
_Cstart();
|
||||
CODE_UNREACHABLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue