mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-18 11:47:30 +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:
parent
5cc2c0dca5
commit
05bb56291b
@ -9,7 +9,8 @@ import board_cfg_lib
|
||||
|
||||
INCLUDE_HEADER = """
|
||||
#include <board.h>
|
||||
#include <vtd.h>"""
|
||||
#include <vtd.h>
|
||||
#include <msr.h>"""
|
||||
|
||||
|
||||
MSR_IA32_L2_MASK_BASE = 0x00000D10
|
||||
|
Loading…
Reference in New Issue
Block a user