]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
[S390] fix idle time accounting
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 14 Apr 2009 13:36:26 +0000 (15:36 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 14 Apr 2009 13:37:26 +0000 (15:37 +0200)
commitb86ccca49cd8f22086c1d135ab3051cf48fb1688
tree2351a8a7680325262cdef293b624fd997ff226bd
parent88e012856d05a5d00ae80c691fb7aa5adda268d7
[S390] fix idle time accounting

The steal time is calculated by subtracting the time the virtual cpu
has been running on a physical cpu from the wall clock time. To make
that work all wall time needs to be added to the steal time field first
before the virtual cpu time is subtracted.

The time between the last clock update and the load of the enabled wait
psw needs to be added to the steal_time field as well to make the sum
over all cpu accounting numbers match the wall clock.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/vtime.c