mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-11 21:59:26 +00:00
hv:move 'udelay' to timer.c
-- move this api from misc.c to timer.c to avoid reverse dependency, and remove misc.c Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
@@ -189,7 +189,6 @@ C_SRCS += arch/x86/guest/vmexit.c
|
||||
S_SRCS += arch/x86/guest/vmx_asm.S
|
||||
C_SRCS += arch/x86/guest/trusty.c
|
||||
C_SRCS += arch/x86/cat.c
|
||||
C_SRCS += lib/misc.c
|
||||
C_SRCS += lib/string.c
|
||||
C_SRCS += lib/memory.c
|
||||
C_SRCS += lib/crypto/crypto_api.c
|
||||
|
Reference in New Issue
Block a user