sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
[linux-2.6-block.git] / kernel / sched / pelt.c
index befce29bd8823fbee6de38d868306fdebe3c07ce..42ea66b07b1d6c45a733bd168ecd062af9e929fd 100644 (file)
@@ -366,7 +366,7 @@ int update_irq_load_avg(struct rq *rq, u64 running)
         * reflect the real amount of computation
         */
        running = cap_scale(running, arch_scale_freq_capacity(cpu_of(rq)));
-       running = cap_scale(running, arch_scale_cpu_capacity(NULL, cpu_of(rq)));
+       running = cap_scale(running, arch_scale_cpu_capacity(cpu_of(rq)));
 
        /*
         * We know the time that has been used by interrupt since last update