mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 01:54:44 +00:00
acrn-config: include msr.h in board.c
without the msr.h file the build will be failed when CAT is enabled. Tracked-On: #4066 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -9,7 +9,8 @@ import board_cfg_lib
|
|||||||
|
|
||||||
INCLUDE_HEADER = """
|
INCLUDE_HEADER = """
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <vtd.h>"""
|
#include <vtd.h>
|
||||||
|
#include <msr.h>"""
|
||||||
|
|
||||||
|
|
||||||
MSR_IA32_L2_MASK_BASE = 0x00000D10
|
MSR_IA32_L2_MASK_BASE = 0x00000D10
|
||||||
|
|||||||
Reference in New Issue
Block a user