Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359104
b: refs/heads/master
c: 7f6575f
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Feb 24, 2013
1 parent b555320 commit 5713efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c78a4bcd1a879b39fb7646c887b0c195f1018909
refs/heads/master: 7f6575f1fb963d5231afbceecd3feadb6ab58cd3
2 changes: 1 addition & 1 deletion trunk/kernel/sched/cputime.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ static unsigned long long vtime_delta(struct task_struct *tsk)
{
unsigned long long clock;

clock = sched_clock();
clock = local_clock();
if (clock < tsk->vtime_snap)
return 0;

Expand Down

0 comments on commit 5713efb

Please sign in to comment.