mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +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
@@ -285,11 +285,11 @@ extern spinlock_t vm_list_lock;
|
||||
#ifdef CONFIG_PARTITION_MODE
|
||||
struct vm_description_array {
|
||||
int num_vm_desc;
|
||||
const struct vm_description vm_desc_array[];
|
||||
struct vm_description vm_desc_array[];
|
||||
};
|
||||
|
||||
struct pcpu_vm_desc_mapping {
|
||||
const struct vm_descriptin *vm_desc_ptr;
|
||||
struct vm_description *vm_desc_ptr;
|
||||
bool is_bsp;
|
||||
};
|
||||
extern const struct pcpu_vm_desc_mapping pcpu_vm_desc_map[];
|
||||
|
Reference in New Issue
Block a user