acrn-hypervisor/hypervisor/boot
Gao, Shiqing 2aed0c7aa1 hv: reloc: enclose elf64_r_type() with #ifdef CONFIG_RELOC
elf64_r_type() is only invoked when CONFIG_RELOC is defined.
This patch encloses its definition with `#ifdef CONFIG_RELOC`,
otherwise, it is dead code.

Tracked-On: #861

Signed-off-by: Gao, Shiqing <shiqing.gao@intel.com>
2024-07-03 14:55:43 +08:00
..
guest Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
include hv: tsc: calibrate TSC by HPET 2022-07-17 16:48:47 +08:00
multiboot Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
acpi_base.c hv: tsc: calibrate TSC by HPET 2022-07-17 16:48:47 +08:00
boot.c HV: treewide: fix violations of coding guideline C-TY-12 2021-11-04 18:15:47 +08:00
reloc.c hv: reloc: enclose elf64_r_type() with #ifdef CONFIG_RELOC 2024-07-03 14:55:43 +08:00