linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM64: Enable multi-core scheduler support by default
@ 2015-10-19 16:55 Dietmar Eggemann
  2015-10-28 14:01 ` Punit Agrawal
  2015-10-29 17:19 ` Catalin Marinas
  0 siblings, 2 replies; 5+ messages in thread
From: Dietmar Eggemann @ 2015-10-19 16:55 UTC (permalink / raw)
  To: linux-arm-kernel

Make sure that the task scheduler domain hierarchy is set-up correctly
on systems with single or multi-cluster topology.

Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 34d71dd86781..dc70d715bc38 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -51,6 +51,7 @@ CONFIG_PCI=y
 CONFIG_PCI_MSI=y
 CONFIG_PCI_XGENE=y
 CONFIG_SMP=y
+CONFIG_SCHED_MC=y
 CONFIG_PREEMPT=y
 CONFIG_KSM=y
 CONFIG_TRANSPARENT_HUGEPAGE=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-30 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 16:55 [PATCH] ARM64: Enable multi-core scheduler support by default Dietmar Eggemann
2015-10-28 14:01 ` Punit Agrawal
2015-10-29 17:19 ` Catalin Marinas
2015-10-30 12:29   ` Dietmar Eggemann
2015-10-30 15:35     ` Catalin Marinas

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).