提交 222d84a0 编写于 作者: G Guan Jing 提交者: Zheng Zengkai

sched/fair: Fix kabi borken in sched_domain_shared

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I61E4M
CVE: NA

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

The sched_domain_shared structure is only used as pointer, and other
drivers don't use it directly.
Signed-off-by: NGuan Jing <guanjing6@huawei.com>
Reviewed-by: Nzhangjialin <zhangjialin11@huawei.com>
Reviewed-by: NZhang Qiao <zhangqiao22@huawei.com>
Reviewed-by: NChen Hui <judy.chenhui@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 bb29df9f
......@@ -82,10 +82,10 @@ struct sched_domain_shared {
atomic_t ref;
atomic_t nr_busy_cpus;
int has_idle_cores;
int nr_idle_scan;
#ifdef CONFIG_SCHED_STEAL
struct sparsemask *cfs_overload_cpus;
#endif
KABI_EXTEND(int nr_idle_scan)
};
struct sched_domain {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册