diff --git a/hypervisor/include/arch/x86/asm/page.h b/hypervisor/include/arch/x86/asm/page.h index 2d78634cb..c8e82b741 100644 --- a/hypervisor/include/arch/x86/asm/page.h +++ b/hypervisor/include/arch/x86/asm/page.h @@ -8,12 +8,12 @@ #define PAGE_H #include +#include #define PAGE_SHIFT 12U #define PAGE_SIZE (1U << PAGE_SHIFT) #define PAGE_MASK 0xFFFFFFFFFFFFF000UL -#define MAXIMUM_PA_WIDTH 46U /* maximum physical-address width */ #define MAX_PHY_ADDRESS_SPACE (1UL << MAXIMUM_PA_WIDTH) /* size of the low MMIO address space: 2GB */ diff --git a/misc/config_tools/xforms/board_info.h.xsl b/misc/config_tools/xforms/board_info.h.xsl index 8179604e5..87da38ce4 100644 --- a/misc/config_tools/xforms/board_info.h.xsl +++ b/misc/config_tools/xforms/board_info.h.xsl @@ -37,6 +37,10 @@ + + + +