Signed-off-by: Ralf Ramsauer <[email protected]> --- inmates/lib/arm/include/arch/inmate.h | 2 ++ inmates/lib/arm64/include/arch/inmate.h | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/inmates/lib/arm/include/arch/inmate.h b/inmates/lib/arm/include/arch/inmate.h index 5d65edf2..f127dc79 100644 --- a/inmates/lib/arm/include/arch/inmate.h +++ b/inmates/lib/arm/include/arch/inmate.h @@ -36,6 +36,8 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#define PAGE_SIZE 0x1000 + /* * To ease the debugging, we can send a spurious hypercall, which should return * -ENOSYS, but appear in the hypervisor stats for this cell. diff --git a/inmates/lib/arm64/include/arch/inmate.h b/inmates/lib/arm64/include/arch/inmate.h index c1421b6b..cfab13f7 100644 --- a/inmates/lib/arm64/include/arch/inmate.h +++ b/inmates/lib/arm64/include/arch/inmate.h @@ -36,6 +36,8 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#define PAGE_SIZE 0x1000 + /* * To ease the debugging, we can send a spurious hypercall, which should return * -ENOSYS, but appear in the hypervisor stats for this cell. -- 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.
