acrn-hypervisor/hypervisor/boot
Shiqing Gao b430b00a08 hv: fix 'Expression is not Boolean'
MISRA-C requires that the controlling expression of an if statement or
an iteration-statement shall be Boolean type.

v1 -> v2:
* update the U suffix of constant to let the type of operands
  to bit operations (&) is the same.
* update the type of 'i' from uint64_t to uint16_t in
  'profiling_set_control' since it is limited by phys_cpu_num,
  which is uint16_t.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-08 13:04:11 +08:00
..
include hv: Add MAX_PCPU_NUM in Kconfig 2018-10-29 10:14:25 +08:00
sbl hv: fix 'Expression is not Boolean' 2018-11-08 13:04:11 +08:00
acpi.c hv:Check pcpu number to avoid overflow 2018-10-29 10:14:25 +08:00
dmar_parse.c hv: fix integer violations 2018-11-06 16:18:56 +08:00
reloc.c hv: fix integer violations 2018-11-06 16:18:56 +08:00