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
|
@ -64,7 +64,7 @@ void __attribute__((section(".iram1"))) __start(void)
|
|||
|
||||
/* Initialize the architecture CPU pointer. Some of the
|
||||
* initialization code wants a valid _current before
|
||||
* kernel_arch_init() is invoked.
|
||||
* z_arch_kernel_init() is invoked.
|
||||
*/
|
||||
__asm__ volatile("wsr.MISC0 %0; rsync" : : "r"(&_kernel.cpus[0]));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue