mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-20 00:08:07 +00:00
function name change in init.c
- bsp_boot_init to init_primary_cpu - bsp_boot_post to init_primary_cpu_post Tracked-On: #1842 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -162,7 +162,7 @@ after:
|
||||
mov %eax,%gs // Was 32bit POC CLS
|
||||
|
||||
/* continue with chipset level initialization */
|
||||
call bsp_boot_init
|
||||
call init_primary_cpu
|
||||
|
||||
loop:
|
||||
jmp loop
|
||||
|
Reference in New Issue
Block a user