Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183195
b: refs/heads/master
c: 5b5052e
h: refs/heads/master
i:
  183193: 19e8ab0
  183191: 6b360fa
v: v3
  • Loading branch information
Sekhar Nori authored and Kevin Hilman committed Feb 4, 2010
1 parent 412978a commit bbd7c30
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 60cd02e1f4a1574c26c9ae8d29d63bd3d179c0c2
refs/heads/master: 5b5052e32dc53e6e76da188c547f14c4e5e35624
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-davinci/include/mach/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
#ifndef __ASM_ARCH_TIMEX_H
#define __ASM_ARCH_TIMEX_H

/* The source frequency for the timers is the 27MHz clock */
/*
* Alert: Not all timers of the DaVinci family run at a frequency of 27MHz,
* but we should be fine as long as CLOCK_TICK_RATE or LATCH (see include/
* linux/jiffies.h) are not used directly in code. Currently none of the
* code relevant to DaVinci platform depends on these values directly.
*/
#define CLOCK_TICK_RATE 27000000

#endif /* __ASM_ARCH_TIMEX_H__ */

0 comments on commit bbd7c30

Please sign in to comment.