hv: use int32_t replace int

Since it's typedef in "include/lib/types.h"

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
Li, Fei1
2018-12-08 00:30:49 +08:00
committed by wenlingz
parent e8f3a2d42c
commit e3fc6c3c79
91 changed files with 472 additions and 471 deletions

View File

@@ -211,7 +211,7 @@ extern uint8_t ld_bss_end;
/* In trampoline range, hold the jump target which trampline will jump to */
extern uint64_t main_entry[1];
extern int ibrs_type;
extern int32_t ibrs_type;
extern spinlock_t trampoline_spinlock;
/*
@@ -526,7 +526,7 @@ msr_write(uint32_t reg_num, uint64_t value64)
}
static inline void
write_xcr(int reg, uint64_t val)
write_xcr(int32_t reg, uint64_t val)
{
uint32_t low, high;