All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhangkehong@hisilicon.com (Kehong Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC] arm64: Kconfig: Choose ARM64_64K_PAGES as default
Date: Mon, 5 Nov 2018 20:33:31 +0800	[thread overview]
Message-ID: <1541421211-17561-1-git-send-email-zhangkehong@hisilicon.com> (raw)

For arm64 performance considerations, change default page size to 64K.

Cc: Catalin Marinas <catalin.marinas@arm.com>;
Cc: Will Deacon <will.deacon@arm.com>;
Signed-off-by: Kehong Zhang <zhangkehong@hisilicon.com>
---
 arch/arm64/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 787d785..56f651f 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -620,7 +620,7 @@ endmenu
 
 choice
 	prompt "Page size"
-	default ARM64_4K_PAGES
+	default ARM64_64K_PAGES
 	help
 	  Page size (translation granule) configuration.
 
@@ -639,10 +639,10 @@ config ARM64_16K_PAGES
 config ARM64_64K_PAGES
 	bool "64KB"
 	help
-	  This feature enables 64KB pages support (4KB by default)
-	  allowing only two levels of page tables and faster TLB
-	  look-up. AArch32 emulation requires applications compiled
-	  with 64K aligned segments.
+	  This feature enables 64KB pages support allowing only two
+	  levels of page tables and faster TLB look-up. AArch32
+	  emulation requires applications compiled with 64K aligned
+	  segments.
 
 endchoice
 
-- 
2.7.4

             reply	other threads:[~2018-11-05 12:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05 12:33 Kehong Zhang [this message]
2018-11-05 14:08 ` [RFC] arm64: Kconfig: Choose ARM64_64K_PAGES as default Suzuki K Poulose
2018-11-06 12:39   ` Robin Murphy
     [not found] <B7BFB069F158834E98A0C5702FB1F2460391A5C9@dggemm511-mbx.china.huawei.com>
2018-11-12 13:16 ` Suzuki K Poulose

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1541421211-17561-1-git-send-email-zhangkehong@hisilicon.com \
    --to=zhangkehong@hisilicon.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.