Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118611
b: refs/heads/master
c: 7cbaef9
h: refs/heads/master
i:
  118609: d401c1d
  118607: 80aafcf
v: v3
  • Loading branch information
Ingo Molnar committed Nov 8, 2008
1 parent 5285ea6 commit e1ca32a
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: 0d12cdd5f883f508d33b85c1bae98fa28987c8c7
refs/heads/master: 7cbaef9c83e58bbd4bdd534b09052b6c5ec457d5
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ u64 native_sched_clock(void)
rdtscll(this_offset);

/* return the value in ns */
return cycles_2_ns(this_offset);
return __cycles_2_ns(this_offset);
}

/* We need to define a real function for sched_clock, to override the
Expand Down

0 comments on commit e1ca32a

Please sign in to comment.