]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sched_fair.c
omap: Update omap3_defconfig to work with SMP_ON_UP
[mv-sheeva.git] / kernel / sched_fair.c
index 134f7edb30c6ce4dc45548a25f75cb13f67a269d..9b5b4f86b742e80b6e653f967b509b60487d49e9 100644 (file)
@@ -2267,8 +2267,6 @@ unsigned long scale_rt_power(int cpu)
        struct rq *rq = cpu_rq(cpu);
        u64 total, available;
 
-       sched_avg_update(rq);
-
        total = sched_avg_period() + (rq->clock - rq->age_stamp);
        available = total - rq->rt_avg;