mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 12:30:08 +00:00
DM: remove unused function vm_set_lowmem_limit
Change-Id: I0f9ad089b8e72c7ecd9c83a9115727140c945c4f Tracked-On: #3123 Signed-off-by: Ying Liu <ying2.liu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
683e2416b1
commit
75ef7e8458
@@ -280,12 +280,6 @@ vm_get_lowmem_limit(struct vmctx *ctx)
|
||||
return ctx->lowmem_limit;
|
||||
}
|
||||
|
||||
void
|
||||
vm_set_lowmem_limit(struct vmctx *ctx, uint32_t limit)
|
||||
{
|
||||
ctx->lowmem_limit = limit;
|
||||
}
|
||||
|
||||
int
|
||||
vm_map_memseg_vma(struct vmctx *ctx, size_t len, vm_paddr_t gpa,
|
||||
uint64_t vma, int prot)
|
||||
|
Reference in New Issue
Block a user