mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 15:45:05 +00:00
Most loop variables in vlapic are used in unsigned contexts (include bitops, arithmetic w/ other unsigned integers, etc). This patch refactors these loop so the these variables can be unsigned. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Dong Eddie <eddie.dong@intel.com>