Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80155
b: refs/heads/master
c: f06e4ec
h: refs/heads/master
i:
  80153: 68d6e72
  80151: c14d98f
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 410dd40 commit aecc6fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4026440130b84101f2da7f5a0c7a3b046173d3c
refs/heads/master: f06e4ec1c15691b0cfd2397ae32214fa36c90d71
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ unsigned long long __vsyscall_fn native_read_tsc(void)
{
DECLARE_ARGS(val, low, high);

rdtsc_barrier();
asm volatile("rdtsc" : EAX_EDX_RET(val, low, high));
rdtsc_barrier();

return EAX_EDX_VAL(val, low, high);
}
EXPORT_SYMBOL_GPL(native_read_tsc);

0 comments on commit aecc6fb

Please sign in to comment.