[PATCHv4 10/12] arm64: Add page size to the kernel image header

2015-10-19 Thread Suzuki K. Poulose
From: Ard Biesheuvel This patch adds the page size to the arm64 kernel image header so that one can infer the PAGESIZE used by the kernel. This will be helpful to diagnose failures to boot the kernel with page size not supported by the CPU. Signed-off-by: Ard Biesheuvel Signed-off-by: Suzuki K.

[PATCHv4 10/12] arm64: Add page size to the kernel image header

2015-10-16 Thread Suzuki K. Poulose
From: Ard Biesheuvel This patch adds the page size to the arm64 kernel image header so that one can infer the PAGESIZE used by the kernel. This will be helpful to diagnose failures to boot the kernel with page size not supported by the CPU. Signed-off-by: Ard Biesheuvel Signed-off-by: Suzuki K.