mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-11 14:53:44 +00:00
The current code use cache type to check whether enable the CDP mode, then merge policy by clos_mask, sometimes the data and code CLOS is not continuous. This patch add a special CDP policy to record and merge policy to fix this above issue. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com>