mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 02:08:04 +00:00
HV: Rename 'CPU_BOOT_ID' to 'BOOT_CPU_ID'
- code cleanup to set a more smooth name Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -11,7 +11,7 @@ static void fire_vhm_interrupt(void)
|
||||
{
|
||||
/*
|
||||
* use vLAPIC to inject vector to SOS vcpu 0 if vlapic is enabled
|
||||
* otherwise, send IPI hardcoded to CPU_BOOT_ID
|
||||
* otherwise, send IPI hardcoded to BOOT_CPU_ID
|
||||
*/
|
||||
struct vm *vm0;
|
||||
struct vcpu *vcpu;
|
||||
|
Reference in New Issue
Block a user