Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100042
b: refs/heads/master
c: a76febe
h: refs/heads/master
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Jul 9, 2008
1 parent f558174 commit a3c1ca9
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: 0a4d8a472f645d99f86303db1462b64e371b090d
refs/heads/master: a76febe975997b933b7285b6e20bb0a21c09d453
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/delay_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void use_tsc_delay(void)
int __devinit read_current_timer(unsigned long *timer_val)
{
if (delay_fn == delay_tsc) {
rdtscl(*timer_val);
rdtscll(*timer_val);
return 0;
}
return -1;
Expand Down

0 comments on commit a3c1ca9

Please sign in to comment.