From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932306AbbJNRQr (ORCPT ); Wed, 14 Oct 2015 13:16:47 -0400 Received: from foss.arm.com ([217.140.101.70]:59766 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753315AbbJNRQq (ORCPT ); Wed, 14 Oct 2015 13:16:46 -0400 Date: Wed, 14 Oct 2015 18:16:41 +0100 From: Mark Rutland To: "Suzuki K. Poulose" Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, will.deacon@arm.com, steve.capper@linaro.org, marc.zyngier@arm.com, ard.biesheuvel@linaro.org, christoffer.dall@linaro.org Subject: Re: [PATCHv3 07/11] arm64: Kconfig: Fix help text about AArch32 support with 64K pages Message-ID: <20151014171641.GH5041@leverpostej> References: <1444821634-1689-1-git-send-email-suzuki.poulose@arm.com> <1444821634-1689-8-git-send-email-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444821634-1689-8-git-send-email-suzuki.poulose@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 14, 2015 at 12:20:30PM +0100, Suzuki K. Poulose wrote: > Update the help text for ARM64_64K_PAGES to reflect the reality > about AArch32 support. > > Cc: Mark Rutland > Cc: Catalin Marinas > Cc: Will Deacon > Signed-off-by: Suzuki K. Poulose > Reviewed-by: Ard Biesheuvel > Tested-by: Ard Biesheuvel > --- > arch/arm64/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index 4654c27..13b51a0 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 Acked-by: Mark Rutland Thanks, Mark.