kernel: replace all remaining nanokernel occurances
replace include <nanokernel.h> with <kernel.h> everywhere and also fix any remaining mentions of nanokernel. Keep the legacy samples/tests as is. Change-Id: Iac48447bd191e83f21a719c69dc26233216d08dc Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ea8c6aad24
commit
c1347b4730
57 changed files with 59 additions and 62 deletions
|
@ -37,7 +37,7 @@ SECTION_FUNC(exception.other, _Swap)
|
|||
movhi r10, %hi(_kernel)
|
||||
ori r10, r10, %lo(_kernel)
|
||||
|
||||
/* Get the pointer to nanokernel->current */
|
||||
/* Get the pointer to kernel->current */
|
||||
ldw r11, _kernel_offset_to_current(r10)
|
||||
|
||||
/* Store all the callee saved registers. We either got here via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue