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:
parent
4ad9f687df
commit
f6fb634b89
14 changed files with 14 additions and 14 deletions
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
static ALWAYS_INLINE void kernel_arch_init(void)
|
||||
static ALWAYS_INLINE void z_arch_kernel_init(void)
|
||||
{
|
||||
_kernel.irq_stack =
|
||||
Z_THREAD_STACK_BUFFER(_interrupt_stack) + CONFIG_ISR_STACK_SIZE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue