mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 13:19:31 +00:00
HV: remove vcpu arch lock, not needed.
the pcpu just write its own vmcs, not need spinlock. and the arch.lock not used other places, remove it too. Tracked-On: #3130 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
9876138b69
commit
fc1cbebe31
@@ -298,7 +298,6 @@ struct acrn_vcpu_arch {
|
||||
|
||||
/* EOI_EXIT_BITMAP buffer, for the bitmap update */
|
||||
uint64_t eoi_exit_bitmap[EOI_EXIT_BITMAP_SIZE >> 6U];
|
||||
spinlock_t lock;
|
||||
} __aligned(PAGE_SIZE);
|
||||
|
||||
struct acrn_vm;
|
||||
|
Reference in New Issue
Block a user