Commit b629c084 authored by Yipeng Zou's avatar Yipeng Zou
Browse files

Revert "sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_CGROUP_SCHED"

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I9R3F8


CVE: NA

--------------------------------

It's typo error, should be FAIR_GROUP_SCHED but not FAIR_CGROUP_SCHED.

This reverts commit 02326400.

Fixes: 02326400 ("sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_CGROUP_SCHED")
Signed-off-by: default avatarYipeng Zou <zouyipeng@huawei.com>
parent 7f835e38
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1128,7 +1128,6 @@ endif #CGROUP_SCHED
config QOS_SCHED_DYNAMIC_AFFINITY
	bool "qos dynamic affinity"
	depends on CPUSETS
	depends on FAIR_CGROUP_SCHED
	default n
	help
	 This feature lets you allocate preferred cpus to taskgroup. If enabled,