From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC5AD138334 for ; Thu, 5 Dec 2019 23:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AFEFE0940; Thu, 5 Dec 2019 23:52:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13181E0940 for ; Thu, 5 Dec 2019 23:52:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 136E734D7C3 for ; Thu, 5 Dec 2019 23:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E16B8D3 for ; Thu, 5 Dec 2019 23:52:12 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1575409535.f1a966975156030a4167d1f96a54a5d07a061596.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f1a966975156030a4167d1f96a54a5d07a061596 X-VCS-Branch: master Date: Thu, 5 Dec 2019 23:52:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 430ea3c9-4448-46a1-aa86-e051c2b96e56 X-Archives-Hash: e20c0bd58d8984b3c5edc1168447746f commit: f1a966975156030a4167d1f96a54a5d07a061596 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 3 21:33:24 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 3 21:45:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f1a96697 kernel-generic-config: Enable CONFIG_SCHED_MC Signed-off-by: Thomas Deutschmann gentoo.org> defaults/kernel-generic-config | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index 5fe434a..c20a84c 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -3815,6 +3815,7 @@ CONFIG_LCD_PLATFORM=m CONFIG_SCHEDSTATS=y CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_MC=y CONFIG_FAIR_GROUP_SCHED=y CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_GROUP_SCHED=y