mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv: e820: remove get_mem_range_info
No one uses get_mem_range_info to get the top/bottom/size of the physical memory. We could get these informations by e820 table easily. Tracked-On: #5830 Signed-off-by: Li Fei1 <fei1.li@intel.com> Acked-by: eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -44,7 +44,4 @@ uint32_t get_e820_entries_count(void);
|
||||
/* get the e802 entiries */
|
||||
const struct e820_entry *get_e820_entry(void);
|
||||
|
||||
/* get the e820 total memory info */
|
||||
const struct mem_range *get_mem_range_info(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user