Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100255
b: refs/heads/master
c: 2b8a0cf
h: refs/heads/master
i:
  100253: 0cd9080
  100251: 62c2d3a
  100247: ee0b5a7
  100239: cd9515b
  100223: 9482a58
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jul 11, 2008
1 parent f87bdd0 commit a70c45d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: af52a90a14cdaa54ecbfb6e6982abb13466a4b56
refs/heads/master: 2b8a0cf4890d7537a77b51caa8f508e4a05a0e67
4 changes: 2 additions & 2 deletions trunk/kernel/sched_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ u64 sched_clock_cpu(int cpu)
now -= my_scd->tick_raw;
now += scd->tick_raw;

now -= my_scd->tick_gtod;
now += scd->tick_gtod;
now += my_scd->tick_gtod;
now -= scd->tick_gtod;

__raw_spin_unlock(&my_scd->lock);
} else {
Expand Down

0 comments on commit a70c45d

Please sign in to comment.