mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-09 04:43:34 +00:00
This patch fixes the MISRA-C violations in arch/x86/lapic.c, change local variable from uint32_t to uint64_t to avoid potential numeric overflow. Tracked-On: #861 Signed-off-by: Yan, Like <like.yan@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>