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

@@ -130,7 +130,7 @@
#define CPU_MHZ_TO_KHZ 1000
/* Boot CPU ID */
#define CPU_BOOT_ID 0U
#define BOOT_CPU_ID 0U
/* hypervisor stack bottom magic('intl') */
#define SP_BOTTOM_MAGIC 0x696e746cUL