Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88df6d88 authored by Jeevan Shriram's avatar Jeevan Shriram Committed by Kyle Yan
Browse files

sched: use proper typedef for cpumask



commit 55b8e041 ("sched: take into account of limited CPU min
and max frequencies") has introduced a typedef bug and is fixed
in this change.

CRs-Fixed: 1006303
Change-Id: I6f75d4d0179a79544b4180a3ba155916c861edb5
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 8cfd4a15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2389,8 +2389,8 @@ static inline int sched_update_freq_max_load(const cpumask_t *cpumask)
	return 0;
}

static inline void sched_update_cpu_freq_min_max(const cpumask *cpus, u32 fmin,
						 u32 fmax) { }
static inline void sched_update_cpu_freq_min_max(const cpumask_t *cpus,
					u32 fmin, u32 fmax) { }
#endif

#ifdef CONFIG_NO_HZ_COMMON