From: Suzuki K. Poulose Date: Mon, 19 Oct 2015 13:19:34 +0000 (+0100) Subject: arm64: Kconfig: Fix help text about AArch32 support with 64K pages X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db488be354bc85724d7b9523e94435fdaa761a35;p=linux-beck.git arm64: Kconfig: Fix help text about AArch32 support with 64K pages Update the help text for ARM64_64K_PAGES to reflect the reality about AArch32 support. Cc: Will Deacon Signed-off-by: Suzuki K. Poulose Reviewed-by: Ard Biesheuvel Tested-by: Ard Biesheuvel Acked-by: Mark Rutland Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 4654c2761b7c..13b51a0c4e7f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -368,8 +368,8 @@ config ARM64_64K_PAGES help This feature enables 64KB pages support (4KB by default) allowing only two levels of page tables and faster TLB - look-up. AArch32 emulation is not available when this feature - is enabled. + look-up. AArch32 emulation requires applications compiled + with 64K aligned segments. endchoice