Signed-off-by: Ralf Ramsauer <[email protected]> --- inmates/lib/arm/include/mach.h | 2 ++ inmates/lib/arm64/include/mach.h | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/inmates/lib/arm/include/mach.h b/inmates/lib/arm/include/mach.h index 6b840f5d..6e91e62e 100644 --- a/inmates/lib/arm/include/mach.h +++ b/inmates/lib/arm/include/mach.h @@ -38,6 +38,8 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#define PAGE_SIZE 0x1000 + #ifdef CONFIG_MACH_JETSON_TK1 #define CON_TYPE "8250" #define CON_BASE 0x70006300 /* UART D on tegra124, exposed to the DB9 diff --git a/inmates/lib/arm64/include/mach.h b/inmates/lib/arm64/include/mach.h index f3b24f64..a7b5a342 100644 --- a/inmates/lib/arm64/include/mach.h +++ b/inmates/lib/arm64/include/mach.h @@ -38,6 +38,8 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#define PAGE_SIZE 0x1000 + #ifdef CONFIG_MACH_AMD_SEATTLE #define CON_TYPE "PL011" #define CON_BASE 0xe1010000 -- 2.14.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
