mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 02:08:04 +00:00
move global x2apic_enabled into arch dir
the x2apic_enabled should be x86 specific field. Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Xu, Anthony <anthony.xu@intel.com>
This commit is contained in:
@@ -190,6 +190,5 @@ struct vm *get_vm_from_vmid(uint16_t vm_id);
|
||||
|
||||
extern struct list_head vm_list;
|
||||
extern spinlock_t vm_list_lock;
|
||||
extern bool x2apic_enabled;
|
||||
|
||||
#endif /* VM_H_ */
|
||||
|
Reference in New Issue
Block a user