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

Commit c2e01acf authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala
Browse files

sched/fair: remove unused variable



sysctl_sched_walt_cpu_high_irqload isn't used, remove it.

Change-Id: Ia2de90f847fe4827ceaacbb878685ce9e8618710
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 54ada83a
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -134,11 +134,6 @@ unsigned int normalized_sysctl_sched_wakeup_granularity = 1000000UL;
const_debug unsigned int sysctl_sched_migration_cost	= 500000UL;
const_debug unsigned int sysctl_sched_migration_cost	= 500000UL;
DEFINE_PER_CPU_READ_MOSTLY(int, sched_load_boost);
DEFINE_PER_CPU_READ_MOSTLY(int, sched_load_boost);


#ifdef CONFIG_SCHED_WALT
__read_mostly unsigned int sysctl_sched_walt_cpu_high_irqload =
						(10 * NSEC_PER_MSEC);
#endif

#ifdef CONFIG_SMP
#ifdef CONFIG_SMP
/*
/*
 * For asym packing, by default the lower numbered CPU has higher priority.
 * For asym packing, by default the lower numbered CPU has higher priority.