From: Martin Schwidefsky Date: Tue, 14 Apr 2009 13:36:26 +0000 (+0200) Subject: [S390] fix idle time accounting X-Git-Tag: v2.6.30-rc3~85^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86ccca49cd8f22086c1d135ab3051cf48fb1688;p=pandora-kernel.git [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 --- Reading git-diff-tree failed