Files
acrn-hypervisor/hypervisor/common
Mingqiang Chi 7751c7933d hv:unify spin_lock initialization
will follow this convention for spin lock initialization:
-- for simple global variable locks, use this style:
   static spinlock_t xxx_spinlock = {.head = 0U, .tail = 0U,}
-- for the locks inside a data structure, need to call
   spinlock_init to initialize.

Tracked-On: #4958
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2020-07-02 09:40:29 +08:00
..
2020-02-23 16:27:57 +08:00
2020-05-21 15:08:49 +08:00
2020-07-02 09:40:29 +08:00
2020-02-25 09:11:32 +08:00
2020-01-14 10:21:23 +08:00