Merge branch 'nvs' into release
[deliverable/linux.git] / kernel / sched.c
index cb816e36cc8bb499f8d8645084b47efcb67c8014..f52a8801b7a285fb252ecc6935b55f525813881b 100644 (file)
@@ -2873,9 +2873,9 @@ unsigned long nr_iowait(void)
        return sum;
 }
 
-unsigned long nr_iowait_cpu(void)
+unsigned long nr_iowait_cpu(int cpu)
 {
-       struct rq *this = this_rq();
+       struct rq *this = cpu_rq(cpu);
        return atomic_read(&this->nr_iowait);
 }
 
This page took 0.028939 seconds and 5 git commands to generate.