mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:25:05 +00:00
The cpu_id is allocated contiguously by the kernel, start at 0. However, today's cache information extractors parse them as hexadecimal number, more than 10 will result in incomplete cache information. The issue now is fixed, so update the board xml. Tracked-On: #6689 Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com>