mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-12 16:08:13 +00:00
The current code have not check whether all cache region has "Code and Data Prioritization", it's an issue for some platform which have only L2 or L3 "Code and Data Prioritization" capability. This patch add assertion to check whether all L2, L3 cache could be set CDP_ENABLE. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com>