mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
sched/walt: Remove references to schedutil flags
Schedutil flags are no longer used in WALT as we moved to waltgov cpufreq governor. So remove them. Change-Id: Iedc68215ed0e994b8e051b282a575ac699ebf7e0 Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
This commit is contained in:
parent
04c68623ec
commit
f3af9072ef
|
|
@ -29,13 +29,6 @@
|
|||
|
||||
#define NR_WINDOWS_PER_SEC (NSEC_PER_SEC / DEFAULT_SCHED_RAVG_WINDOW)
|
||||
|
||||
#define SCHED_CPUFREQ_MIGRATION (1U << 1)
|
||||
#define SCHED_CPUFREQ_INTERCLUSTER_MIG (1U << 3)
|
||||
#define SCHED_CPUFREQ_WALT (1U << 4)
|
||||
#define SCHED_CPUFREQ_PL (1U << 5)
|
||||
#define SCHED_CPUFREQ_EARLY_DET (1U << 6)
|
||||
#define SCHED_CPUFREQ_CONTINUE (1U << 8)
|
||||
|
||||
/* MAX_MARGIN_LEVELS should be one less than MAX_CLUSTERS */
|
||||
#define MAX_MARGIN_LEVELS (MAX_CLUSTERS - 1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user