Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1250929

[PATCH] ARM64: Enable multi-core scheduler support by default

From Dietmar Eggemann <dietmar.eggemann@arm.com>
Newsgroups linux.kernel
Subject [PATCH] ARM64: Enable multi-core scheduler support by default
Date 2015-10-19 19:00 +0200
Message-ID <qllWW-1T1-33@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ARM64: Enable multi-core scheduler support by default Dietmar Eggemann <dietmar.eggemann@arm.com> - 2015-10-19 19:00 +0200
  Re: [PATCH] ARM64: Enable multi-core scheduler support by default Punit Agrawal <punit.agrawal@arm.com> - 2015-10-28 15:10 +0100
  Re: [PATCH] ARM64: Enable multi-core scheduler support by default Catalin Marinas <catalin.marinas@arm.com> - 2015-10-29 18:20 +0100
    Re: [PATCH] ARM64: Enable multi-core scheduler support by default Dietmar Eggemann <dietmar.eggemann@arm.com> - 2015-10-30 13:30 +0100
      Re: [PATCH] ARM64: Enable multi-core scheduler support by default Catalin Marinas <catalin.marinas@arm.com> - 2015-10-30 16:40 +0100

csiph-web