Commit b126dff5 authored by Jie Liu's avatar Jie Liu
Browse files

sched/topology: fix kabi change in sched_group

kunpeng inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8E8NN


CVE: NA

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

Fix kabi change for sched_group->flags.

Signed-off-by: default avatarJie Liu <liujie375@h-partners.com>
parent 258145ee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1878,9 +1878,8 @@ struct sched_group {
	unsigned int		group_weight;
	struct sched_group_capacity *sgc;
	int			asym_prefer_cpu;	/* CPU of highest priority in group */
	int			flags;

	KABI_RESERVE(1)
	KABI_USE(1, int flags)
	KABI_RESERVE(2)
	/*
	 * The CPUs this group covers.