Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143395
b: refs/heads/master
c: b86ccca
h: refs/heads/master
i:
  143393: ed32e21
  143391: f73f03c
v: v3
  • Loading branch information
Martin Schwidefsky committed Apr 14, 2009
1 parent 67f5d33 commit 3037025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88e012856d05a5d00ae80c691fb7aa5adda268d7
refs/heads/master: b86ccca49cd8f22086c1d135ab3051cf48fb1688
2 changes: 2 additions & 0 deletions trunk/arch/s390/kernel/vtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ void vtime_start_cpu(void)
/* Account time spent with enabled wait psw loaded as idle time. */
idle_time = S390_lowcore.int_clock - idle->idle_enter;
account_idle_time(idle_time);
S390_lowcore.steal_timer +=
idle->idle_enter - S390_lowcore.last_update_clock;
S390_lowcore.last_update_clock = S390_lowcore.int_clock;

/* Account system time spent going idle. */
Expand Down

0 comments on commit 3037025

Please sign in to comment.