|
@@ -100,7 +100,8 @@ static void round_robin_cpu(unsigned int tsk_index)
|
|
struct cpumask *pad_busy_cpus = to_cpumask(pad_busy_cpus_bits);
|
|
struct cpumask *pad_busy_cpus = to_cpumask(pad_busy_cpus_bits);
|
|
cpumask_var_t tmp;
|
|
cpumask_var_t tmp;
|
|
int cpu;
|
|
int cpu;
|
|
- unsigned long min_weight = -1, preferred_cpu;
|
|
|
|
|
|
+ unsigned long min_weight = -1;
|
|
|
|
+ unsigned long uninitialized_var(preferred_cpu);
|
|
|
|
|
|
if (!alloc_cpumask_var(&tmp, GFP_KERNEL))
|
|
if (!alloc_cpumask_var(&tmp, GFP_KERNEL))
|
|
return;
|
|
return;
|