mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-18 23:40:11 +00:00
hv: clean up spinlock
- move spinlock_init and spinlock_obtain to spinlock.h as inline APIs - remove spinlock.c Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -151,7 +151,6 @@ C_SRCS += arch/x86/guest/vmsr.c
|
||||
C_SRCS += arch/x86/guest/instr_emul.c
|
||||
C_SRCS += arch/x86/guest/ucode.c
|
||||
C_SRCS += arch/x86/guest/pm.c
|
||||
C_SRCS += lib/spinlock.c
|
||||
C_SRCS += lib/misc.c
|
||||
C_SRCS += lib/string.c
|
||||
C_SRCS += lib/memory.c
|
||||
|
Reference in New Issue
Block a user