mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
hv:rename vioapic.mtx to vioapic.lock
rename vioapic.mtx to vioapic.lock Tracked-On: #4958 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
*/
|
||||
|
||||
struct acrn_single_vioapic {
|
||||
spinlock_t mtx;
|
||||
spinlock_t lock;
|
||||
struct acrn_vm *vm;
|
||||
struct ioapic_info chipinfo;
|
||||
bool ready;
|
||||
|
Reference in New Issue
Block a user