kernel: rename kernel_arch_init()

This is part of the core kernel -> architecture interface and
has been renamed z_arch_kernel_init().

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-09-21 16:30:51 -07:00 committed by Anas Nashif
commit f6fb634b89
14 changed files with 14 additions and 14 deletions

View file

@ -41,7 +41,7 @@ void z_x86_paging_init(void);
*
* @return N/A
*/
static inline void kernel_arch_init(void)
static inline void z_arch_kernel_init(void)
{
/* No-op on this arch */
}