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:
Flavio Ceolin 2018-11-28 13:31:05 -08:00 committed by Andrew Boie
commit 46715faa5c
12 changed files with 9 additions and 51 deletions

View file

@ -183,6 +183,8 @@ static void *zephyr_wrapper(void *a)
zephyr_thread);
#endif
posix_init_multithreading();
/* Start Zephyr: */
_Cstart();
CODE_UNREACHABLE;