Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100045
b: refs/heads/master
c: f8dd0d3
h: refs/heads/master
i:
  100043: 9ea3350
v: v3
  • Loading branch information
Ingo Molnar committed Jul 9, 2008
1 parent 9b81cf8 commit fec66ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: f0fbf0abc093ec8bf64506eee4ede9e5daf40ffd
refs/heads/master: f8dd0d3c62164160c59034a96eb17d69ac8a0328
4 changes: 0 additions & 4 deletions trunk/include/asm-x86/delay.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ extern void __delay(unsigned long loops);
((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \
__ndelay(n))

#ifdef CONFIG_X86_32
void use_tsc_delay(void);
#else
#define use_tsc_delay() {}
#endif

#endif /* _ASM_X86_DELAY_H */

0 comments on commit fec66ec

Please sign in to comment.