mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
hv: Fix for PARTITION_MODE compilation
This patch fixes compilation issue for PARTITION_MODE. Tracked-On: #1404 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
committed by
Xie, Nanlin
parent
eebccac2a7
commit
5b28b37842
@@ -434,7 +434,7 @@ int prepare_vm(uint16_t pcpu_id)
|
||||
int ret = 0;
|
||||
uint16_t i;
|
||||
struct vm *vm = NULL;
|
||||
const struct vm_description *vm_desc = NULL;
|
||||
struct vm_description *vm_desc = NULL;
|
||||
bool is_vm_bsp;
|
||||
|
||||
vm_desc = pcpu_vm_desc_map[pcpu_id].vm_desc_ptr;
|
||||
|
Reference in New Issue
Block a user