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:
Mingqiang Chi
2020-06-30 21:49:20 +08:00
committed by wenlingz
parent 7751c7933d
commit 3b120807c9
2 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,7 @@
*/
struct acrn_single_vioapic {
spinlock_t mtx;
spinlock_t lock;
struct acrn_vm *vm;
struct ioapic_info chipinfo;
bool ready;