mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 20:05:30 +00:00
The fixed MTRR MSR numbers are not contiguous, so it's not correct to justify it by checking if it falls in certain range. This patch fixes this issue by removing is_fixed_range_mtrr() and use get_index_of_fixed_mtrr() to loop fixed_mtrr_map[] and compare individual MSR values. Also removed the unused function get_subrange_end_of_fixed_mtrr() Signed-off-by: Zide Chen <zide.chen@intel.com> |
||
---|---|---|
.. | ||
x86 |