mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-02 01:16:50 +00:00
DM: remove unused function vm_create_devmem
Change-Id: I1d6b56688e533a00a484548ed97fd1968f01041d 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
75ef7e8458
commit
ec924385ae
@@ -378,12 +378,6 @@ vm_get_highmem_size(struct vmctx *ctx)
|
||||
return ctx->highmem;
|
||||
}
|
||||
|
||||
void *
|
||||
vm_create_devmem(struct vmctx *ctx, int segid, const char *name, size_t len)
|
||||
{
|
||||
return MAP_FAILED;
|
||||
}
|
||||
|
||||
int
|
||||
vm_run(struct vmctx *ctx)
|
||||
{
|
||||
|
Reference in New Issue
Block a user