* [PATCH] powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig
@ 2017-04-13 7:20 Balbir Singh
2017-08-31 11:35 ` Michael Ellerman
0 siblings, 1 reply; 2+ messages in thread
From: Balbir Singh @ 2017-04-13 7:20 UTC (permalink / raw)
To: mpe; +Cc: linuxppc-dev, Balbir Singh
Enable 64K page size and THP. I use ppc64le_defconfig when I need
a single config across guest and host, but having 4K page size
as default is not what I expect. I could move these over to
server.config and merge if ppc64_defconfig is meant for systems
that use 4k pages by default.
Signed-off-by: Balbir Singh <bsingharora@gmail.com>
---
arch/powerpc/configs/ppc64_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index 17c6c12..775c8f4 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -53,6 +53,8 @@ CONFIG_CRASH_DUMP=y
CONFIG_IRQ_ALL_CPUS=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_KSM=y
+CONFIG_TRANSPARENT_HUGEPAGE=y
+CONFIG_PPC_64K_PAGES=y
CONFIG_SCHED_SMT=y
CONFIG_PCCARD=y
CONFIG_ELECTRA_CF=y
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig
2017-04-13 7:20 [PATCH] powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig Balbir Singh
@ 2017-08-31 11:35 ` Michael Ellerman
0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2017-08-31 11:35 UTC (permalink / raw)
To: Balbir Singh; +Cc: linuxppc-dev
On Thu, 2017-04-13 at 07:20:45 UTC, Balbir Singh wrote:
> Enable 64K page size and THP. I use ppc64le_defconfig when I need
> a single config across guest and host, but having 4K page size
> as default is not what I expect. I could move these over to
> server.config and merge if ppc64_defconfig is meant for systems
> that use 4k pages by default.
>
> Signed-off-by: Balbir Singh <bsingharora@gmail.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/5b593949f8ff2b505e68bf044ea458
cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-31 11:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-13 7:20 [PATCH] powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig Balbir Singh
2017-08-31 11:35 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).