mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 06:49:25 +00:00
hv:remove several redundancy variables related memory
Remove redundancy code since they are not used now. -- remove 'max_ram_blk_base' & 'max_ram_blk_size' in struct e820_mem_params -- remove 'gpa_lowtop' in struct vm_hw_info -- remove MACRO 'UOS_DEFAULT_START_ADDR' Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
Eddie Dong
parent
d05af3526f
commit
af1e5d5742
@@ -21,8 +21,6 @@
|
||||
#include "default_acpi_info.h"
|
||||
#include "platform_acpi_info.h"
|
||||
|
||||
#define UOS_DEFAULT_START_ADDR (0x100000000UL)
|
||||
|
||||
/* BSP Interfaces */
|
||||
void init_bsp(void);
|
||||
uint64_t bsp_get_ap_trampoline(void);
|
||||
|
Reference in New Issue
Block a user