hv: fix 'Start of variable is upper case'

variable names shall be lower-case letters.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Shiqing Gao
2018-11-08 13:49:00 +08:00
committed by lijinxia
parent d49a6f6fca
commit f65e05c5fc
3 changed files with 10 additions and 12 deletions

View File

@@ -26,8 +26,8 @@ extern uint8_t cpu_primary_start_64;
extern uint8_t trampoline_fixup_cs;
extern uint8_t trampoline_fixup_ip;
extern uint8_t trampoline_fixup_target;
extern uint8_t CPU_Boot_Page_Tables_Start;
extern uint8_t CPU_Boot_Page_Tables_ptr;
extern uint8_t cpu_boot_page_tables_start;
extern uint8_t cpu_boot_page_tables_ptr;
extern uint8_t trampoline_pdpt_addr;
extern uint8_t trampoline_gdt_ptr;
extern uint8_t trampoline_start64_fixup;