kernel: rename nanoArchInit->kernel_arch_init
Change-Id: I094665e583f506cc71185cb6b8630046b2d4b2f8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
af6bf1c9ed
commit
8df439b40b
9 changed files with 14 additions and 13 deletions
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
void k_cpu_idle(void);
|
||||
void k_cpu_atomic_idle(unsigned int key);
|
||||
|
||||
static ALWAYS_INLINE void nanoArchInit(void)
|
||||
static ALWAYS_INLINE void kernel_arch_init(void)
|
||||
{
|
||||
_kernel.irq_stack = _interrupt_stack + CONFIG_ISR_STACK_SIZE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue