From: Heiko Carstens Date: Mon, 30 Aug 2021 10:46:17 +0000 (+0200) Subject: s390: remove SCHED_CORE from defconfigs X-Git-Tag: v5.15~477^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=927932240aa1739ac8c92b142a5e2dcc490f36e0;p=platform%2Fkernel%2Flinux-starfive.git s390: remove SCHED_CORE from defconfigs This causes too many problems. Enable it again when everything has been sorted out. Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/configs/debug_defconfig b/arch/s390/configs/debug_defconfig index f53b65b..59907a4 100644 --- a/arch/s390/configs/debug_defconfig +++ b/arch/s390/configs/debug_defconfig @@ -10,7 +10,6 @@ CONFIG_BPF_JIT=y CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_BPF_LSM=y CONFIG_PREEMPT=y -CONFIG_SCHED_CORE=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y CONFIG_TASKSTATS=y diff --git a/arch/s390/configs/defconfig b/arch/s390/configs/defconfig index b671642..03b04ba 100644 --- a/arch/s390/configs/defconfig +++ b/arch/s390/configs/defconfig @@ -8,7 +8,6 @@ CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT=y CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_BPF_LSM=y -CONFIG_SCHED_CORE=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y CONFIG_TASKSTATS=y