mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
The static global variable apicv_apic_access_addr is used only by vlapic_apicv_get_apic_access_addr(), to remove the warning by MISRA, move it into function scope. Tracked-On: #861 Signed-off-by: Chaohong guo <chaohong.guo@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>