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:
Yonghua Huang
2018-07-09 19:38:53 +08:00
committed by lijinxia
parent e7aa00b83a
commit 2e3135042a
5 changed files with 12 additions and 12 deletions

View File

@@ -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;