Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17955
b: refs/heads/master
c: 79c62cf
h: refs/heads/master
i:
  17953: 34a46ed
  17951: 79bf74f
v: v3
  • Loading branch information
Ross Biro authored and Linus Torvalds committed Jan 12, 2006
1 parent d553905 commit fd13e74
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: e4e94072d9c3b19662537cbd5e2d37bcaeed3d9b
refs/heads/master: 79c62cf1789f935280138b412bb750be84aec747
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void __delay(unsigned long loops)

inline void __const_udelay(unsigned long xloops)
{
__delay(((xloops * cpu_data[raw_smp_processor_id()].loops_per_jiffy) >> 32) * HZ);
__delay((xloops * HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy) >> 32);
}

void __udelay(unsigned long usecs)
Expand Down

0 comments on commit fd13e74

Please sign in to comment.