Commit 0a292623 authored by Yipeng Zou's avatar Yipeng Zou
Browse files

sched: remove __GENKSYMS__ used

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


CVE: NA

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

Don't use GENKSYMS in baseline kabi version:

Fixes: 6eb07f99 ("sched: Introduce smart grid scheduling strategy for cfs")
Signed-off-by: default avatarYipeng Zou <zouyipeng@huawei.com>
parent f6f9abf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1560,7 +1560,7 @@ struct task_struct {
	int memstall_type;
#endif

#if defined(CONFIG_QOS_SCHED_SMART_GRID) && !defined(__GENKSYMS__)
#if defined(CONFIG_QOS_SCHED_SMART_GRID)
		struct sched_grid_qos *grid_qos;
#endif

+1 −1
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ struct task_group {
	long tag;
#endif

#if defined(CONFIG_QOS_SCHED_SMART_GRID) && !defined(__GENKSYMS__)
#if defined(CONFIG_QOS_SCHED_SMART_GRID)
	struct auto_affinity *auto_affinity;
#endif