mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
HV: Add prefix 'p' before 'cpu' to physical cpu related functions
This patch adds prefix 'p' before 'cpu' to physical cpu related functions. And there is no code logic change. Tracked-On: #2991 Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@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 init_primary_cpu
|
||||
call init_primary_pcpu
|
||||
|
||||
loop:
|
||||
jmp loop
|
||||
|
@@ -33,7 +33,7 @@
|
||||
* the macros involved are changed.
|
||||
*/
|
||||
|
||||
.extern init_secondary_cpu
|
||||
.extern init_secondary_pcpu
|
||||
|
||||
.section .trampoline_reset,"ax"
|
||||
|
||||
@@ -160,7 +160,7 @@ trampoline_start64:
|
||||
.align 8
|
||||
.global main_entry
|
||||
main_entry:
|
||||
.quad init_secondary_cpu /* default entry is AP start entry */
|
||||
.quad init_secondary_pcpu /* default entry is AP start entry */
|
||||
|
||||
.global secondary_cpu_stack
|
||||
secondary_cpu_stack:
|
||||
|
Reference in New Issue
Block a user