Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100257
b: refs/heads/master
c: a83bc47
h: refs/heads/master
i:
  100255: a70c45d
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jul 11, 2008
1 parent c9292c2 commit bf6885e
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: c0c87734f125d2fa8ebc70310f3257fa6209f2b6
refs/heads/master: a83bc47c33ab182f1e48977fd5a04024d713c75e
2 changes: 1 addition & 1 deletion trunk/kernel/sched_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ void sched_clock_tick(void)

WARN_ON_ONCE(!irqs_disabled());

now = sched_clock();
now_gtod = ktime_to_ns(ktime_get());
now = sched_clock();

__raw_spin_lock(&scd->lock);
__update_sched_clock(scd, now, NULL);
Expand Down

0 comments on commit bf6885e

Please sign in to comment.