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

Commit 6cd4c3c1 authored by Jeevan Shriram's avatar Jeevan Shriram Committed by Joonwoo Park
Browse files

sched: use proper typedef for cpumask



commit 55b8e041e6b3 ("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 17b8a908
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2246,8 +2246,8 @@ static inline void sched_set_cluster_dstate(const cpumask_t *cluster_cpus,
{
}

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