Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80360
b: refs/heads/master
c: 75f2ce0
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 0e7913a commit c5eeaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: fc7250ab38346762c567813794b80ee6c57dfed6
refs/heads/master: 75f2ce033168ff435e72bf5bb615176d9930e77f
4 changes: 1 addition & 3 deletions trunk/include/asm-x86/tsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ static inline cycles_t get_cycles(void)
if (!cpu_has_tsc)
return 0;
#endif

#if defined(CONFIG_X86_GENERIC) || defined(CONFIG_X86_TSC)
rdtscll(ret);
#endif

return ret;
}

Expand Down

0 comments on commit c5eeaeb

Please sign in to comment.