Re: powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig

2017-08-31 Thread Michael Ellerman
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

[PATCH] powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig

2017-04-13 Thread 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: