mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 20:39:59 +00:00
hv: clean up div related code
- replace udiv64 with direct integer divide - remove lib/div.c Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -154,7 +154,6 @@ C_SRCS += arch/x86/guest/pm.c
|
||||
C_SRCS += lib/spinlock.c
|
||||
C_SRCS += lib/udelay.c
|
||||
C_SRCS += lib/mdelay.c
|
||||
C_SRCS += lib/div.c
|
||||
C_SRCS += lib/string.c
|
||||
C_SRCS += lib/memory.c
|
||||
C_SRCS += lib/crypto/hkdf_wrap.c
|
||||
|
Reference in New Issue
Block a user