Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89037
b: refs/heads/master
c: 2d86e63
h: refs/heads/master
i:
  89035: 04a960a
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent c69ffa4 commit a56976a
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: 5d7d03b81af05f3c291b5c6be621a2b53d187e09
refs/heads/master: 2d86e637d15984e363e8c3f14c8f0470b4a10a3d
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/tsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static inline cycles_t vget_cycles(void)
if (!cpu_has_tsc)
return 0;
#endif
return (cycles_t) __native_read_tsc();
return (cycles_t)__native_read_tsc();
}

extern void tsc_init(void);
Expand Down

0 comments on commit a56976a

Please sign in to comment.