From: Konrad Rzeszutek Wilk Date: Mon, 22 Aug 2016 18:29:55 +0000 (-0400) Subject: arm/arm64: Update comment about VA layout. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~437 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d20a6f4faf1c6a18b51b80d99d23daa7762dda2;p=xen.git arm/arm64: Update comment about VA layout. It was missing 2MB. Reviewed-by: Julien Grall Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h index a96f84546c..6772555bd5 100644 --- a/xen/include/asm-arm/config.h +++ b/xen/include/asm-arm/config.h @@ -82,7 +82,7 @@ * 8M - 10M Early relocation address (used when relocating Xen) * * ARM32 layout: - * 0 - 8M + * 0 - 10M * * 32M - 128M Frametable: 24 bytes per page for 16GB of RAM * 256M - 1G VMAP: ioremap and early_ioremap use this virtual address @@ -93,7 +93,7 @@ * * ARM64 layout: * 0x0000000000000000 - 0x0000007fffffffff (512GB, L0 slot [0]) - * 0 - 8M + * 0 - 10M * * 1G - 2G VMAP: ioremap and early_ioremap *