|
@@ -4202,7 +4202,6 @@ void account_steal_time(struct task_struct *p, cputime_t steal)
|
|
|
|
|
|
|
|
if (p == rq->idle) {
|
|
if (p == rq->idle) {
|
|
|
p->stime = cputime_add(p->stime, steal);
|
|
p->stime = cputime_add(p->stime, steal);
|
|
|
- account_group_system_time(p, steal);
|
|
|
|
|
if (atomic_read(&rq->nr_iowait) > 0)
|
|
if (atomic_read(&rq->nr_iowait) > 0)
|
|
|
cpustat->iowait = cputime64_add(cpustat->iowait, tmp);
|
|
cpustat->iowait = cputime64_add(cpustat->iowait, tmp);
|
|
|
else
|
|
else
|