acrn-hypervisor/hypervisor/boot
Li, Fei1 d0b37f8ea2 hv: reloc: define data structure and MACRO when necessary
Some data structure are only used under some condition. This patch move data
structure definition under its corresponding contion. Otherwise, it would
violate MISRA-C 413 S "User type declared but not used in code analysed".
For MACRO, it would violate MISRA-C 628 S "Macro not used in translation unit".

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-26 12:42:03 +08:00
..
include hv: fix 'Start of variable is upper case' 2018-11-08 15:39:09 +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: reloc: define data structure and MACRO when necessary 2018-11-26 12:42:03 +08:00